aboutsummaryrefslogtreecommitdiff
path: root/bin/src/config.rs
diff options
context:
space:
mode:
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 {