From 44865fcb29051ac06e981689b8673513690f6f3e Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 5 Feb 2022 11:14:48 +0530 Subject: new subcommand: statix-list produces a list of lints with their error codes, handy for statix-explain or configuring the `disabled` array in .statix.toml --- bin/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/src/lib.rs') diff --git a/bin/src/lib.rs b/bin/src/lib.rs index 8200347..e814667 100644 --- a/bin/src/lib.rs +++ b/bin/src/lib.rs @@ -5,6 +5,7 @@ pub mod err; pub mod explain; pub mod fix; pub mod lint; +pub mod list; pub mod session; pub mod traits; -- cgit v1.2.3