Closed 13m0n4de closed 6 months ago
Code quality has become unmanageable, and there's a need to enforce stricter Clippy lints.
#![deny(clippy::all)] #![deny(clippy::pedantic)]
OK. I screwed up. Some modules & functions have different names in different branches.
Description
Code quality has become unmanageable, and there's a need to enforce stricter Clippy lints.