tree-wide: drop some unneeded allow clauses

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu
2022-07-22 11:22:58 +00:00
committed by Liu Wei
parent 5aaa647639
commit ff7773044c
3 changed files with 2 additions and 4 deletions
-1
View File
@@ -15,7 +15,6 @@ use std::slice;
use vm_memory::ByteValued;
use vm_memory::{Address, Bytes, GuestAddress};
#[allow(unused_variables)]
#[derive(Debug)]
pub enum Error {
/// There was too little guest memory to store the entire SMBIOS table.