Skip to content

Commit

Permalink
fix: remove redundant rustflags section in cargo config
Browse files Browse the repository at this point in the history
- Remove duplicate [rustflags] section
- Clean up .cargo/config.toml structure
- Keep clippy linting rules unchanged
  • Loading branch information
ametel01 committed Dec 13, 2024
1 parent 39c127c commit 363169d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[rustflags]
[target.'cfg(all())']
rustflags = [
"-W",
Expand Down

0 comments on commit 363169d

Please sign in to comment.