Skip to content

Commit 881c9fe

Browse files
committed
docs: 更新贡献指南的描述
1 parent 72be318 commit 881c9fe

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,16 @@ We only accept commit information or comments written in Chinese or English.
9999

100100
#### Code Style
101101

102-
Most of the code of fas-rs is written in rust, and some compilation scripts use python. Please make sure the code is formatted before submitting and try to resolve warnings.
102+
Most of the code of fas-rs is written in rust. Please make sure the code is formatted before submitting and try to resolve warnings.
103103

104104
Format all codes of fas-rs:
105105

106106
```bash
107-
python3 ./make.py fmt
107+
cargo xtask format
108108
```
109109

110-
Check and try to automatically fix warnings in your code:
110+
Run lints and try to automatically fix warnings in fas-rs:
111111

112112
```bash
113-
python3 ./make.py fix
113+
cargo xtask lint --fix
114114
```

licenserc.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ includes = [
2121
"src/**",
2222
"Cargo.toml",
2323
"build.rs",
24-
"make.py",
2524
"maketools/**",
2625
"module/**",
2726
".github/**",

0 commit comments

Comments
 (0)