Remove unnecessary #![feature]s from doctest.
This commit is contained in:
parent
c021ac35fa
commit
af86b55735
@ -240,7 +240,6 @@ impl<'scope, T> ScopedJoinHandle<'scope, T> {
|
||||
///
|
||||
/// ```
|
||||
/// #![feature(scoped_threads)]
|
||||
/// #![feature(thread_is_running)]
|
||||
///
|
||||
/// use std::thread;
|
||||
///
|
||||
@ -274,7 +273,6 @@ impl<'scope, T> ScopedJoinHandle<'scope, T> {
|
||||
///
|
||||
/// ```
|
||||
/// #![feature(scoped_threads)]
|
||||
/// #![feature(thread_is_running)]
|
||||
///
|
||||
/// use std::thread;
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user