We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6138b74 commit ac285a0Copy full SHA for ac285a0
multiboot2/src/command_line.rs
@@ -1,7 +1,7 @@
1
//! Module for [CommandLineTag].
2
3
use crate::TagType;
4
-use std::mem;
+use core::mem;
5
use core::slice;
6
use core::str;
7
0 commit comments