From 78dda5ec5a637b7756ae17d69ff90cf5de210404 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 31 Oct 2021 20:45:57 -0400 Subject: fix tests --- lib/src/lints/empty_let_in.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/src/lints/empty_let_in.rs') 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::{ /// /// ## Example /// -/// ``` +/// ```nix /// let in pkgs.statix /// ``` /// /// Preserve only the body of the `let-in` expression: /// -/// ``` +/// ```nix /// pkgs.statix /// ``` #[lint( -- cgit v1.2.3