We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55639f1 commit 6749490Copy full SHA for 6749490
library/std/src/sys/custom/mod.rs
@@ -20,7 +20,7 @@ pub mod io;
20
#[path = "../unsupported/args.rs"]
21
pub mod args;
22
23
-// TODO: unsupported provides a thread-unsafe implementation
+// FIXME: unsupported provides a thread-unsafe implementations
24
#[path = "../unsupported/once.rs"]
25
pub mod once;
26
0 commit comments