aboutsummaryrefslogtreecommitdiff
path: root/lib/src/lints/empty_let_in.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/src/lints/empty_let_in.rs')
-rw-r--r--lib/src/lints/empty_let_in.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/src/lints/empty_let_in.rs b/lib/src/lints/empty_let_in.rs
index b255c23..5a51ea3 100644
--- a/lib/src/lints/empty_let_in.rs
+++ b/lib/src/lints/empty_let_in.rs
@@ -16,13 +16,13 @@ use rnix::{
16/// 16///
17/// ## Example 17/// ## Example
18/// 18///
19/// ``` 19/// ```nix
20/// let in pkgs.statix 20/// let in pkgs.statix
21/// ``` 21/// ```
22/// 22///
23/// Preserve only the body of the `let-in` expression: 23/// Preserve only the body of the `let-in` expression:
24/// 24///
25/// ``` 25/// ```nix
26/// pkgs.statix 26/// pkgs.statix
27/// ``` 27/// ```
28#[lint( 28#[lint(