Fix indentation in move keyword documentation
This commit is contained in:
parent
952c5732c2
commit
95920d15b9
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue