Merge "Allow clippy::unnecessary_fallible_conversions" into main
This commit is contained in:
commit
833a00e36e
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@ var (
|
|||
// Default Rust lints that applies to Google-authored modules.
|
||||
defaultRustcLints = []string{
|
||||
"-A deprecated",
|
||||
"-A unknown_lints",
|
||||
"-D missing-docs",
|
||||
"-D warnings",
|
||||
"-D unsafe_op_in_unsafe_fn",
|
||||
|
@ -53,6 +54,7 @@ var (
|
|||
// deny.
|
||||
defaultClippyLints = []string{
|
||||
"-A clippy::type-complexity",
|
||||
"-A clippy::unnecessary_fallible_conversions",
|
||||
"-A clippy::unnecessary-wraps",
|
||||
"-A clippy::unusual-byte-groupings",
|
||||
"-A clippy::upper-case-acronyms",
|
||||
|
|
Loading…
Reference in a new issue