Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 833a00e3 authored by Stephen Hines's avatar Stephen Hines Committed by Gerrit Code Review
Browse files

Merge "Allow clippy::unnecessary_fallible_conversions" into main

parents 1c9213d8 f8ffb6d4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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",