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/redundant_pattern_bind.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/src/lints/redundant_pattern_bind.rs') diff --git a/lib/src/lints/redundant_pattern_bind.rs b/lib/src/lints/redundant_pattern_bind.rs index 5b0711f..882a660 100644 --- a/lib/src/lints/redundant_pattern_bind.rs +++ b/lib/src/lints/redundant_pattern_bind.rs @@ -17,13 +17,13 @@ use rnix::{ /// /// ## Example /// -/// ``` +/// ```nix /// inputs @ { ... }: inputs.nixpkgs /// ``` /// /// Remove the pattern altogether: /// -/// ``` +/// ```nix /// inputs: inputs.nixpkgs /// ``` #[lint( -- cgit v1.2.3