]> git.lizzy.rs Git - rust.git/commitdiff
Move native thread name setting from thread_info to Thread, fixes #21911
authorVojtech Kral <vojtech@kral.hk>
Tue, 10 Feb 2015 14:06:45 +0000 (15:06 +0100)
committerVojtech Kral <vojtech@kral.hk>
Tue, 10 Feb 2015 14:06:45 +0000 (15:06 +0100)
src/libstd/thread.rs

index dda97bec925042e22d4e87a45c79178edaa02771..cc9d7492441cd86175a138ad7b325c6332d33573 100644 (file)
 use option::Option::{self, Some, None};
 use result::Result::{Err, Ok};
 use sync::{Mutex, Condvar, Arc};
+use str::Str;
 use string::String;
 use rt::{self, unwind};
 use old_io::{Writer, stdio};