You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,8 @@ cargo clippy
91
91
92
92
#### Automatically applying Clippy suggestions
93
93
94
-
Clippy can automatically apply some lint suggestions, just like the compiler. Note that `--fix` implies `--all-targets`, so it can fix as much code as it can.
94
+
Clippy can automatically apply some lint suggestions, just like the compiler. Note that `--fix` implies
95
+
`--all-targets`, so it can fix as much code as it can.
Copy file name to clipboardExpand all lines: book/src/usage.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,8 @@ fn main() {
111
111
112
112
### Automatically applying Clippy suggestions
113
113
114
-
Clippy can automatically apply some lint suggestions, just like the compiler. Note that `--fix` implies `--all-targets`, so it can fix as much code as it can.
114
+
Clippy can automatically apply some lint suggestions, just like the compiler. Note that `--fix` implies
115
+
`--all-targets`, so it can fix as much code as it can.
0 commit comments