diff options
author | figsoda <[email protected]> | 2021-11-01 00:45:57 +0000 |
---|---|---|
committer | figsoda <[email protected]> | 2021-11-01 00:45:57 +0000 |
commit | 78dda5ec5a637b7756ae17d69ff90cf5de210404 (patch) | |
tree | 66e2ddbf63f214d9410cd08530a7aac7f2ea1d95 /lib/src/lints/empty_let_in.rs | |
parent | 150106459f7a8e0325fe85c41919cc32f2f19964 (diff) |
fix tests
Diffstat (limited to 'lib/src/lints/empty_let_in.rs')
-rw-r--r-- | lib/src/lints/empty_let_in.rs | 4 |
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( |