implement the basics of the lint static analysis

This commit is contained in:
Arthur Lafrance
2023-09-23 23:50:47 -07:00
parent 39164b84e0
commit 8769e02d0b
4 changed files with 41 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ mod passes;
mod ptr_nulls;
mod redundant_semicolon;
mod reference_casting;
mod span_use_eq_ctxt;
mod traits;
mod types;
mod unused;