Merge "Update RustDefaultVersion to 1.58.1" am: 41f7a4a788 am: 6f8d0d81d3

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1957190

Change-Id: I63e689e12135a658f0c137655b5b71c78a9bd4c3
This commit is contained in:
Charisee Chiw
2022-01-22 00:13:11 +00:00
committed by Automerger Merge Worker
2 changed files with 1 additions and 2 deletions

View File

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

View File

@@ -51,7 +51,6 @@ 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",