Loading rust/config/global.go +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ import ( var pctx = android.NewPackageContext("android/soong/rust/config") var ( RustDefaultVersion = "1.57.0" RustDefaultVersion = "1.58.0" RustDefaultBase = "prebuilts/rust/" DefaultEdition = "2021" Stdlibs = []string{ Loading rust/config/lints.go +1 −0 Original line number Diff line number Diff line Loading @@ -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", Loading Loading
rust/config/global.go +1 −1 Original line number Diff line number Diff line Loading @@ -24,7 +24,7 @@ import ( var pctx = android.NewPackageContext("android/soong/rust/config") var ( RustDefaultVersion = "1.57.0" RustDefaultVersion = "1.58.0" RustDefaultBase = "prebuilts/rust/" DefaultEdition = "2021" Stdlibs = []string{ Loading
rust/config/lints.go +1 −0 Original line number Diff line number Diff line Loading @@ -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", Loading