Update RustDefaultVersion to 1.58.0
This CL updates the RustDefaultVersion to the new prebuilt version number and adds an argument to suppress a new linter warning, non-send-fields-in-send-ty, that is prone to false positives. See https://github.com/rust-lang/rust-clippy/issues/8045 for more information. Test: m rust Bug: 213921092 Change-Id: Ide568327f0a8994a6a934d14bb67b3139d0d98da
This commit is contained in:
@@ -51,6 +51,7 @@ var (
|
||||
// It should be assumed that any warning lint will be promoted to a
|
||||
// deny.
|
||||
defaultClippyLints = []string{
|
||||
"-A clippy::non-send-fields-in-send-ty",
|
||||
"-A clippy::type-complexity",
|
||||
"-A clippy::unnecessary-wraps",
|
||||
"-A clippy::unusual-byte-groupings",
|
||||
|
Reference in New Issue
Block a user