diff --git a/library/std/src/sys/custom/mod.rs b/library/std/src/sys/custom/mod.rs index 61bf787ce9559..8d6b317a5f3cc 100644 --- a/library/std/src/sys/custom/mod.rs +++ b/library/std/src/sys/custom/mod.rs @@ -20,7 +20,7 @@ pub mod io; #[path = "../unsupported/args.rs"] pub mod args; -// TODO: unsupported provides a thread-unsafe implementation +// FIXME: unsupported provides a thread-unsafe implementations #[path = "../unsupported/once.rs"] pub mod once;