Skip to content

Commit

Permalink
SVSM: Fix rustfmt check
Browse files Browse the repository at this point in the history
Signed-off-by: Joerg Roedel <[email protected]>
  • Loading branch information
joergroedel committed Nov 20, 2023
1 parent 03d5d24 commit f6a8342
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
// Author: Nicolai Stange <[email protected]>

#![no_std]

// FIXME: Re-enable these when MM code has implemented the needed traits
//#![deny(missing_copy_implementations)]
//#![deny(missing_debug_implementations)]

#![cfg_attr(all(test, test_in_svsm), no_main)]
#![cfg_attr(all(test, test_in_svsm), feature(custom_test_frameworks))]
#![cfg_attr(all(test, test_in_svsm), test_runner(crate::testing::svsm_test_runner))]
Expand Down

0 comments on commit f6a8342

Please sign in to comment.