Skip to content

Commit 4a98e99

Browse files
authored
Merge pull request #113 from rust-osdev/multiboot2-header-remove-unused-test-util
multiboot2-header: removed unused `test_utils` module
2 parents 829f379 + 939fc0d commit 4a98e99

File tree

2 files changed

+0
-95
lines changed

2 files changed

+0
-95
lines changed

multiboot2-header/src/lib.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ extern crate alloc;
4747
#[cfg(test)]
4848
extern crate std;
4949

50-
#[cfg_attr(test, macro_use)]
51-
#[cfg(test)]
52-
pub(crate) mod test_utils;
53-
5450
mod address;
5551
mod console;
5652
mod end;

multiboot2-header/src/test_utils.rs

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)