Skip to content

Commit

Permalink
Make TODO a FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanRoyer committed Sep 6, 2023
1 parent 55639f1 commit 6749490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/sys/custom/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 6749490

Please sign in to comment.