13m0n4de / lemon-core

A Simple RISC-V OS Kernel, Inspired by rCore-Tutorial-v3.
GNU General Public License v3.0
1 stars 0 forks source link

Enforce Higher Code Quality Standards with Clippy #3

Closed 13m0n4de closed 6 months ago

13m0n4de commented 7 months ago

Description

Code quality has become unmanageable, and there's a need to enforce stricter Clippy lints.

#![deny(clippy::all)]
#![deny(clippy::pedantic)]
13m0n4de commented 7 months ago

OK. I screwed up. Some modules & functions have different names in different branches.