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 895b765 commit 336dac2Copy full SHA for 336dac2
clippy_lints/src/manual_div_ceil.rs
@@ -20,7 +20,7 @@ declare_clippy_lint! {
20
/// ### Example
21
/// ```no_run
22
/// let x: i32 = 7;
23
- /// ley y: i32 = 4;
+ /// let y: i32 = 4;
24
/// let div = (x + (y - 1)) / y;
25
/// ```
26
/// Use instead:
0 commit comments