From 05b11f14b7f4a3d8c1ab68fb0846ae881433b326 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 23 Oct 2021 13:18:03 +0530 Subject: simplify flake --- bin/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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; use crate::err::ConfigErr; -/// Static analysis and linting for the nix programming language +/// Lints and suggestions for the Nix programming language #[derive(Clap, Debug)] #[clap(version = "0.1.0", author = "Akshay ")] pub struct Opts { -- cgit v1.2.3