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

Commit 8e792689 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "rust: Disable Byte Grouping Linter"

parents fc3bfe54 b6d0d9ce
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ var (
	defaultClippyLints = []string{
		"-A clippy::type-complexity",
		"-A clippy::unnecessary-wraps",
		"-A clippy::unusual-byte-groupings",
	}

	// Rust lints for vendor code.