Skip to content

Commit

Permalink
Move native thread name setting from thread_info to Thread, fixes #21911
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechkral committed Feb 10, 2015
1 parent dca49e0 commit 7d2404c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libstd/thread.rs
Expand Up @@ -156,6 +156,7 @@ use ops::{Drop, FnOnce};
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};
Expand Down

0 comments on commit 7d2404c

Please sign in to comment.