Skip to content

Commit

Permalink
Fix indentation in move keyword documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
th1000s committed May 13, 2021
1 parent 952c573 commit 95920d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/std/src/keyword_docs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1008,9 +1008,9 @@ mod mod_keyword {}
/// move || println!("This is a: {}", text)
/// }
///
/// let fn_plain = create_fn();
/// let fn_plain = create_fn();
///
/// fn_plain();
/// fn_plain();
/// ```
///
/// `move` is often used when [threads] are involved.
Expand Down

0 comments on commit 95920d1

Please sign in to comment.