diff options
| author | bors <bors@rust-lang.org> | 2014-01-26 15:26:30 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-01-26 15:26:30 -0800 |
| commit | d3f70f5a7d619343c2d1f63ae8e5ade48051a0af (patch) | |
| tree | 71a6b30347cbf8719bdc8ded37bee3e4e9cf4069 /src/libstd/rt/task.rs | |
| parent | 6743c650c1649dcbb38d17fb029ed738e79ef0ae (diff) | |
| parent | 40df08a5c2cf126c3f1a17945ed9a3599b3ebadd (diff) | |
| download | rust-d3f70f5a7d619343c2d1f63ae8e5ade48051a0af.tar.gz rust-d3f70f5a7d619343c2d1f63ae8e5ade48051a0af.zip | |
auto merge of #11817 : salemtalha/rust/master, r=brson
Fixes Issue #11815
Diffstat (limited to 'src/libstd/rt/task.rs')
| -rw-r--r-- | src/libstd/rt/task.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/rt/task.rs b/src/libstd/rt/task.rs index e63208bcaec..e99e7fa4edd 100644 --- a/src/libstd/rt/task.rs +++ b/src/libstd/rt/task.rs @@ -212,7 +212,7 @@ impl Task { // pretty sketchy and involves shuffling vtables of trait objects // around, but it gets the job done. // - // XXX: This function is a serious code smell and should be avoided at + // FIXME: This function is a serious code smell and should be avoided at // all costs. I have yet to think of a method to avoid this // function, and I would be saddened if more usage of the function // crops up. |
