diff options
| author | Alexander von Gluck IV <kallisti5@unixzen.com> | 2016-09-25 11:16:38 -0500 |
|---|---|---|
| committer | Alexander von Gluck IV <kallisti5@unixzen.com> | 2016-09-25 11:16:38 -0500 |
| commit | 729ae39090cc3e95efc65142c37b9519320dcd66 (patch) | |
| tree | 8213366ca6c11609911727220149fa8079382349 /src | |
| parent | 01fecb9f8fd5701e5a42fc83fe6be878ac02958f (diff) | |
| download | rust-729ae39090cc3e95efc65142c37b9519320dcd66.tar.gz rust-729ae39090cc3e95efc65142c37b9519320dcd66.zip | |
Haiku: Style, TODO to FIXME
Diffstat (limited to 'src')
| -rw-r--r-- | src/libtest/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index cf7af97dc7a..13d57f784e7 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -1083,7 +1083,7 @@ fn get_concurrency() -> usize { #[cfg(target_os = "haiku")] fn num_cpus() -> usize { - // TODO: implement + // FIXME: implement 1 } } |
