File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ pub fn opts() -> TargetOptions {
25
25
// resolutions the linker does). This option only applies to all
26
26
// following libraries so we're sure to pass it as one of the first
27
27
// arguments.
28
- // TODO: doesn't seem to be supported by clang toolchain
28
+ // FIXME: figure out whether these linker args are desirable
29
29
//"-Wl,--as-needed".to_string(),
30
30
31
31
// Always enable NX protection when it is available
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ impl Thread {
137
137
}
138
138
#[ cfg( target_os = "fuchsia" ) ]
139
139
pub fn set_name ( _name : & CStr ) {
140
- // TODO : determine whether Fuchsia has a way to set a thread name.
140
+ // FIXME : determine whether Fuchsia has a way to set a thread name.
141
141
}
142
142
143
143
pub fn sleep ( dur : Duration ) {
You can’t perform that action at this time.
0 commit comments