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: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,16 +99,16 @@ We only accept commit information or comments written in Chinese or English.
99
99
100
100
#### Code Style
101
101
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.
103
103
104
104
Format all codes of fas-rs:
105
105
106
106
```bash
107
-
python3 ./make.py fmt
107
+
cargo xtask format
108
108
```
109
109
110
-
Check and try to automatically fix warnings in your code:
110
+
Run lints and try to automatically fix warnings in fas-rs:
0 commit comments