Skip to content

Commit a8100c4

Browse files
committed
Remove unneeded additional space
1 parent bbcb641 commit a8100c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/doc/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ declare_clippy_lint! {
645645
///
646646
/// Use instead:
647647
/// ```no_run
648-
/// /// This command takes two numbers as inputs and \
648+
/// /// This command takes two numbers as inputs and\
649649
/// /// adds them together, and then returns the result.
650650
/// fn add(l: i32, r: i32) -> i32 {
651651
/// l + r

0 commit comments

Comments
 (0)