Skip to content

Commit 37fca1d

Browse files
committed
Remove unneeded additional space
1 parent cbec8fb commit 37fca1d

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
@@ -554,7 +554,7 @@ declare_clippy_lint! {
554554
///
555555
/// Use instead:
556556
/// ```no_run
557-
/// /// This command takes two numbers as inputs and \
557+
/// /// This command takes two numbers as inputs and\
558558
/// /// adds them together, and then returns the result.
559559
/// fn add(l: i32, r: i32) -> i32 {
560560
/// l + r

0 commit comments

Comments
 (0)