File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
- id : fmt
2
2
name : fmt
3
- description : Format files with rustfmt .
4
- entry : rustfmt --
3
+ description : Format files with cargo fmt .
4
+ entry : cargo fmt --
5
5
language : system
6
- files : \.rs$
6
+ types : [rust]
7
7
args : []
8
8
- id : cargo-check
9
9
name : cargo check
10
10
description : Check the package for errors.
11
11
entry : cargo check
12
12
language : system
13
- files : \.rs$
13
+ types : [rust]
14
14
pass_filenames : false
15
15
- id : clippy
16
16
name : clippy
17
17
description : Lint rust sources
18
18
entry : cargo clippy -- -D warnings
19
19
language : system
20
- files : \.rs$
20
+ types : [rust]
21
21
pass_filenames : false
Original file line number Diff line number Diff line change 1
1
- id : fmt
2
2
name : fmt
3
- description : Format files with rustfmt .
4
- entry : rustfmt --
3
+ description : Format files with cargo fmt .
4
+ entry : cargo fmt --
5
5
language : system
6
6
files : \.rs$
7
7
args : []
You can’t perform that action at this time.
0 commit comments