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 286b0b5 commit 985be5cCopy full SHA for 985be5c
hypatia/src/runtime.rs
@@ -9,7 +9,7 @@
9
#[macro_export]
10
macro_rules! runtime {
11
() => {
12
- #[cfg(all(target_os="none"))]
+ #[cfg(all(target_os = "none"))]
13
mod no_std_runtime {
14
use core::panic::PanicInfo;
15
0 commit comments