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 fba1c47 commit 5c1d29aCopy full SHA for 5c1d29a
std/src/sys/mod.rs
@@ -1,7 +1,7 @@
1
#![allow(unsafe_op_in_unsafe_fn)]
2
3
/// The configure builtins provides runtime support compiler-builtin features
4
-/// which require dynamic intialization to work as expected, e.g. aarch64
+/// which require dynamic initialization to work as expected, e.g. aarch64
5
/// outline-atomics.
6
mod configure_builtins;
7
0 commit comments