Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions quickwit/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ zip = { workspace = true, default-features = false, features=["deflate"] }
to
zip = "2"

Do not write Cargo.lock yourself.
Instead, just may run `cargo check`, if you have edited Cargo.toml.
It will update `Cargo.lock` with as little changes as possible.
You may also run `cargo update` to update dependencies provide you were explicitly asked to update dependencies.

## Code Formatting
### Quick Fix

Expand Down
Loading