Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit ce7af5a

Browse files
authored
chore: improve error messages and formatting (#247)
Signed-off-by: azjezz <[email protected]>
1 parent eb72d4c commit ce7af5a

File tree

56 files changed

+472
-460
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+472
-460
lines changed

Diff for: Justfile

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ lint:
2323
fix:
2424
cargo fmt
2525
cargo clippy --fix --allow-dirty --allow-staged
26+
cargo fix --allow-dirty --allow-staged
2627

2728
# dump AST for the given file.
2829
dump file *args:

0 commit comments

Comments
 (0)