aboutsummaryrefslogtreecommitdiff
path: root/bin/tests/snapshots/main__redundant_pattern_bind.snap
blob: 2f268184c9e461bec1640bc5fa4800b55113be99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
source: bin/tests/main.rs
expression: "&out"

---
[W11] Warning: Found redundant pattern bind in function argument
   ╭─[data/redundant_pattern_bind.nix:1:1]
   │
 1 │ { ... }  @ inputs: null
   · ────────┬────────  
   ·         ╰────────── This pattern bind is redundant, use inputs instead
───╯