Skip to content

Commit

Permalink
fix rust analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Nov 22, 2024
1 parent 52417ad commit c43fab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ async-telegram-trait = ["dep:async-trait"]

[lints.rust]
unsafe_code = "forbid"
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(rust_analyzer)'] }
[lints.clippy]
pedantic = { level = "warn", priority = -1 }
nursery = { level = "warn", priority = -1 }
Expand Down

0 comments on commit c43fab7

Please sign in to comment.