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 bbcb641 commit a8100c4Copy full SHA for a8100c4
clippy_lints/src/doc/mod.rs
@@ -645,7 +645,7 @@ declare_clippy_lint! {
645
///
646
/// Use instead:
647
/// ```no_run
648
- /// /// This command takes two numbers as inputs and \
+ /// /// This command takes two numbers as inputs and\
649
/// /// adds them together, and then returns the result.
650
/// fn add(l: i32, r: i32) -> i32 {
651
/// l + r
0 commit comments