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: CLAUDE.md
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,13 @@
4
4
5
5
* project is a monorepo Rust workspace, java bindings in `/java`, python bindings in `/vortex-python`
6
6
* run `cargo build -p` to build a specific crate
7
-
* use `cargo clippy --all-targets --all-features` to make sure a project is free of lint issues. Please do this every time you reach a stopping point or think you've finished work.
8
-
* run `cargo +nightly fmt --all` to format Rust source files. Please do this every time you reach a stopping point or think you've finished work.
9
-
* you can try running `cargo fix --lib --allow-dirty --allow-staged && cargo clippy --fix --lib --allow-dirty --allow-staged` to automatically many fix minor errors.
7
+
* use `cargo clippy --all-targets --all-features` to make sure a project is free of lint issues. Please do this every
8
+
time you reach a stopping point or think you've finished work.
9
+
* run `cargo +nightly fmt --all` to format Rust source files. Please do this every time you reach a stopping point or
0 commit comments