Commit bc9d5cf
committed
style(Common): Consolidate lint allowances in build.rs
Move blanket lint suppression attributes (`non_snake_case`, `dead_code`, etc.) from the top of various source modules into `build.rs`. This isolates build-script specific warnings from the core library code.
Aligns with recent efforts to enforce strict PascalCase naming in `Source/` modules by removing scattered `#![allow(...)]` attributes, ensuring the Common crate remains clean while still allowing the build script to handle its own code generation noise without pollution.1 parent 428942c commit bc9d5cf
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
1 | 11 | | |
2 | 12 | | |
3 | 13 | | |
| |||
0 commit comments