Skip to content

Commit 6174fa8

Browse files
committed
Auto merge of rust-lang#85639 - GuillaumeGomez:rollup-modinsi, r=GuillaumeGomez
Rollup of 4 pull requests Successful merges: - rust-lang#85271 (Fix indentation in move keyword documentation) - rust-lang#85551 (Fix search results display) - rust-lang#85621 (Restore sans-serif font for module items.) - rust-lang#85628 (Replace more "NULL" with "null") Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
2 parents 092166e + 285d037 commit 6174fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

std/src/keyword_docs.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1008,9 +1008,9 @@ mod mod_keyword {}
10081008
/// move || println!("This is a: {}", text)
10091009
/// }
10101010
///
1011-
/// let fn_plain = create_fn();
1011+
/// let fn_plain = create_fn();
10121012
///
1013-
/// fn_plain();
1013+
/// fn_plain();
10141014
/// ```
10151015
///
10161016
/// `move` is often used when [threads] are involved.

0 commit comments

Comments
 (0)