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

Commit 0684c5fc authored by Stephen Hines's avatar Stephen Hines Committed by Gerrit Code Review
Browse files

Merge "Allow clippy::disallowed_names since it can be used for debugging" into main

parents e9f270a6 5f8dae51
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -53,6 +53,8 @@ var (
	// It should be assumed that any warning lint will be promoted to a
	// deny.
	defaultClippyLints = []string{
		// Let people hack in peace. ;)
		"-A clippy::disallowed_names",
		"-A clippy::type-complexity",
		"-A clippy::unnecessary_fallible_conversions",
		"-A clippy::unnecessary-wraps",