Merge "Update RustDefaultVersion to 1.58.0"

This commit is contained in:
Treehugger Robot
2022-01-14 19:26:06 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ import (
var pctx = android.NewPackageContext("android/soong/rust/config") var pctx = android.NewPackageContext("android/soong/rust/config")
var ( var (
RustDefaultVersion = "1.57.0" RustDefaultVersion = "1.58.0"
RustDefaultBase = "prebuilts/rust/" RustDefaultBase = "prebuilts/rust/"
DefaultEdition = "2021" DefaultEdition = "2021"
Stdlibs = []string{ Stdlibs = []string{

View File

@@ -51,6 +51,7 @@ var (
// It should be assumed that any warning lint will be promoted to a // It should be assumed that any warning lint will be promoted to a
// deny. // deny.
defaultClippyLints = []string{ defaultClippyLints = []string{
"-A clippy::non-send-fields-in-send-ty",
"-A clippy::type-complexity", "-A clippy::type-complexity",
"-A clippy::unnecessary-wraps", "-A clippy::unnecessary-wraps",
"-A clippy::unusual-byte-groupings", "-A clippy::unusual-byte-groupings",