aboutsummaryrefslogtreecommitdiff
path: root/bin/src/config.rs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-10-23 08:48:03 +0100
committerAkshay <[email protected]>2021-10-23 08:48:03 +0100
commit05b11f14b7f4a3d8c1ab68fb0846ae881433b326 (patch)
treedcc80687438718e55d2af79034748a86bf32c55e /bin/src/config.rs
parentc2f0582d1907dbef69e9ad42ba9d4301337fe1e8 (diff)
simplify flake
Diffstat (limited to 'bin/src/config.rs')
-rw-r--r--bin/src/config.rs2
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
12use crate::err::ConfigErr; 12use 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]>")]
17pub struct Opts { 17pub struct Opts {