aboutsummaryrefslogtreecommitdiff
path: root/bin/tests/snapshots/main__redundant_pattern_bind.snap
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tests/snapshots/main__redundant_pattern_bind.snap')
-rw-r--r--bin/tests/snapshots/main__redundant_pattern_bind.snap13
1 files changed, 13 insertions, 0 deletions
diff --git a/bin/tests/snapshots/main__redundant_pattern_bind.snap b/bin/tests/snapshots/main__redundant_pattern_bind.snap
new file mode 100644
index 0000000..2f26818
--- /dev/null
+++ b/bin/tests/snapshots/main__redundant_pattern_bind.snap
@@ -0,0 +1,13 @@
1---
2source: bin/tests/main.rs
3expression: "&out"
4
5---
6[W11] Warning: Found redundant pattern bind in function argument
7 ╭─[data/redundant_pattern_bind.nix:1:1]
8
9 1 │ { ... } @ inputs: null
10 · ────────┬────────
11 · ╰────────── This pattern bind is redundant, use inputs instead
12───╯
13