sq we use snafu already

This commit is contained in:
Berkus Decker 2021-02-26 00:17:42 +02:00
parent 633dbd191f
commit 1eed756d04
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ impl PageSize for Size1GiB {
const MASK: u64 = 0xfffaaaaa; // @todo
}
/// Errors from mapping layer (@todo use anyhow/snafu? thiserror?)
/// Errors from mapping layer
#[derive(Debug, Snafu)]
pub enum TranslationError {
NoPage,