Skip to content

Commit

Permalink
. Cargo.toml - Remove unnecessary lints.rust
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremychone committed Jan 2, 2024
1 parent 45f0076 commit 332b279
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,4 @@ members = [
"crates/ai-buddy", # The core/main library used by ai-buddy-cli
"crates/ai-buddy-cli", # The CLI for ai-buddy
"crates/ai-buddy-app", # (Upcoming) Tauri App
]

[lints.rust]
unsafe_code = "forbid"
# unused = "allow" # For early dev.
]

0 comments on commit 332b279

Please sign in to comment.