Skip to content

Commit

Permalink
Remove unnecessary #![feature]s from doctest.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ou-se committed Mar 3, 2022
1 parent c021ac3 commit af86b55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/std/src/thread/scoped.rs
Expand Up @@ -240,7 +240,6 @@ impl<'scope, T> ScopedJoinHandle<'scope, T> {
///
/// ```
/// #![feature(scoped_threads)]
/// #![feature(thread_is_running)]
///
/// use std::thread;
///
Expand Down Expand Up @@ -274,7 +273,6 @@ impl<'scope, T> ScopedJoinHandle<'scope, T> {
///
/// ```
/// #![feature(scoped_threads)]
/// #![feature(thread_is_running)]
///
/// use std::thread;
///
Expand Down

0 comments on commit af86b55

Please sign in to comment.