Skip to content

Commit af86b55

Browse files
committed
Remove unnecessary #![feature]s from doctest.
1 parent c021ac3 commit af86b55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/std/src/thread/scoped.rs

-2
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ impl<'scope, T> ScopedJoinHandle<'scope, T> {
240240
///
241241
/// ```
242242
/// #![feature(scoped_threads)]
243-
/// #![feature(thread_is_running)]
244243
///
245244
/// use std::thread;
246245
///
@@ -274,7 +273,6 @@ impl<'scope, T> ScopedJoinHandle<'scope, T> {
274273
///
275274
/// ```
276275
/// #![feature(scoped_threads)]
277-
/// #![feature(thread_is_running)]
278276
///
279277
/// use std::thread;
280278
///

0 commit comments

Comments
 (0)