We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbec8fb commit 37fca1dCopy full SHA for 37fca1d
clippy_lints/src/doc/mod.rs
@@ -554,7 +554,7 @@ declare_clippy_lint! {
554
///
555
/// Use instead:
556
/// ```no_run
557
- /// /// This command takes two numbers as inputs and \
+ /// /// This command takes two numbers as inputs and\
558
/// /// adds them together, and then returns the result.
559
/// fn add(l: i32, r: i32) -> i32 {
560
/// l + r
0 commit comments