Skip to content

Commit

Permalink
clippy.toml: Remove outdated configs (#850)
Browse files Browse the repository at this point in the history
These are now the default (the "future version of rust" was a while ago)
so we don't need to restate them.
  • Loading branch information
smalis-msft authored Feb 13, 2025
1 parent f0576dd commit e3912a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .clippy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,3 @@ disallowed-methods = [
]

avoid-breaking-exported-api = false

# These will become the default in a future version of Rust.
accept-comment-above-statement = true
accept-comment-above-attributes = true

0 comments on commit e3912a8

Please sign in to comment.