sq we use snafu already
This commit is contained in:
parent
633dbd191f
commit
1eed756d04
|
@ -28,7 +28,7 @@ impl PageSize for Size1GiB {
|
||||||
const MASK: u64 = 0xfffaaaaa; // @todo
|
const MASK: u64 = 0xfffaaaaa; // @todo
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Errors from mapping layer (@todo use anyhow/snafu? thiserror?)
|
/// Errors from mapping layer
|
||||||
#[derive(Debug, Snafu)]
|
#[derive(Debug, Snafu)]
|
||||||
pub enum TranslationError {
|
pub enum TranslationError {
|
||||||
NoPage,
|
NoPage,
|
||||||
|
|
Loading…
Reference in New Issue