Skip to content

Commit ac285a0

Browse files
committed
test
1 parent 6138b74 commit ac285a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multiboot2/src/command_line.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Module for [CommandLineTag].
22
33
use crate::TagType;
4-
use std::mem;
4+
use core::mem;
55
use core::slice;
66
use core::str;
77

0 commit comments

Comments
 (0)