From a8f2e4fbdf00c276561907f3034670a942f553e1 Mon Sep 17 00:00:00 2001 From: Erin Date: Tue, 15 Aug 2023 16:33:56 +0200 Subject: [PATCH] Notice --- hbvm/src/mem/softpaging/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbvm/src/mem/softpaging/mod.rs b/hbvm/src/mem/softpaging/mod.rs index 6a111bb..f8c66dd 100644 --- a/hbvm/src/mem/softpaging/mod.rs +++ b/hbvm/src/mem/softpaging/mod.rs @@ -14,7 +14,7 @@ use { }; /// HoleyBytes software paged memory -#[deprecated] +#[deprecated = "Use platform-specific memory implementation"] #[derive(Clone, Debug)] pub struct SoftPagedMem<'p, PfH> { /// Root page table