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

Commit 8348e091 authored by Jeffrey Vander Stoep's avatar Jeffrey Vander Stoep Committed by Gerrit Code Review
Browse files

Merge "Disable unnecessary_wraps clippy lint"

parents 92c674dc 41f8157b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ var (
	// deny.
	defaultClippyLints = []string{
		"-A clippy::type-complexity",
		"-A clippy::unnecessary-wraps",
	}

	// Rust lints for vendor code.