提交 95920d15 编写于 作者: T Thomas Otto

Fix indentation in move keyword documentation

上级 952c5732
......@@ -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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册