Skip to content

Commit 6749490

Browse files
committed
Make TODO a FIXME
1 parent 55639f1 commit 6749490

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/sys/custom

1 file changed

+1
-1
lines changed

library/std/src/sys/custom/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub mod io;
2020
#[path = "../unsupported/args.rs"]
2121
pub mod args;
2222

23-
// TODO: unsupported provides a thread-unsafe implementation
23+
// FIXME: unsupported provides a thread-unsafe implementations
2424
#[path = "../unsupported/once.rs"]
2525
pub mod once;
2626

0 commit comments

Comments
 (0)