Skip to content

Commit

Permalink
remove workspace.lints.rust Cargo.toml section
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Sep 7, 2024
1 parent 2fa36f8 commit 693f51a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,3 @@ r2r = "0.9"
rosrust = "0.9"
thiserror = "1.0"
tokio = "1"

[workspace.lints.rust]
# missing_debug_implementations = "warn" # TODO: Most rosrust types don't implement Debug
# missing_docs = "warn" # TODO
rust_2018_idioms = "warn"
single_use_lifetimes = "warn"
unreachable_pub = "warn"

0 comments on commit 693f51a

Please sign in to comment.