Skip to content

Commit e2d6532

Browse files
authored
Remove duplicated cargo statement
Signed-off-by: Jens <[email protected]>
1 parent 1547977 commit e2d6532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To build and test the modules locally without Envoy, you can use `cargo` to buil
2525
cd rust
2626
cargo build
2727
cargo test
28-
cargo cargo clippy -- -D warnings
28+
cargo clippy -- -D warnings
2929
cargo fmt --all -- --check
3030
```
3131

0 commit comments

Comments
 (0)