Skip to content

Commit f4e85cf

Browse files
committed
Fix CI
1 parent efd1102 commit f4e85cf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ cargo clippy
9191

9292
#### Automatically applying Clippy suggestions
9393

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.
9596

9697
```terminal
9798
cargo clippy --fix

book/src/usage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ fn main() {
111111

112112
### Automatically applying Clippy suggestions
113113

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.
115116

116117
```terminal
117118
cargo clippy --fix

0 commit comments

Comments
 (0)