diff options
author | Akshay <[email protected]> | 2021-10-23 08:48:03 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-23 08:48:03 +0100 |
commit | 05b11f14b7f4a3d8c1ab68fb0846ae881433b326 (patch) | |
tree | dcc80687438718e55d2af79034748a86bf32c55e /bin | |
parent | c2f0582d1907dbef69e9ad42ba9d4301337fe1e8 (diff) |
simplify flake
Diffstat (limited to 'bin')
-rw-r--r-- | bin/src/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/src/config.rs b/bin/src/config.rs index 077f73e..cb03a4b 100644 --- a/bin/src/config.rs +++ b/bin/src/config.rs | |||
@@ -11,7 +11,7 @@ use vfs::ReadOnlyVfs; | |||
11 | 11 | ||
12 | use crate::err::ConfigErr; | 12 | use crate::err::ConfigErr; |
13 | 13 | ||
14 | /// Static analysis and linting for the nix programming language | 14 | /// Lints and suggestions for the Nix programming language |
15 | #[derive(Clap, Debug)] | 15 | #[derive(Clap, Debug)] |
16 | #[clap(version = "0.1.0", author = "Akshay <[email protected]>")] | 16 | #[clap(version = "0.1.0", author = "Akshay <[email protected]>")] |
17 | pub struct Opts { | 17 | pub struct Opts { |