aboutsummaryrefslogtreecommitdiff
path: root/bin/tests/snapshots/main__empty_let_in.snap
blob: 1aa0cb5001ec0da92e8a3dac5746d8ba50cc788d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
source: bin/tests/main.rs
expression: "&out"

---
[W02] Warning: Useless let-in expression
   ╭─[data/empty_let_in.nix:3:5]
   │
 3 │ ╭─▶     let
 5 │ ├─▶     null
   · │              
   · ╰────────────── This let-in expression has no entries
───╯
[W02] Warning: Useless let-in expression
    ╭─[data/empty_let_in.nix:8:5]
    │
  8 │ ╭─▶     let
 12 │ ├─▶     null
    · │              
    · ╰────────────── This let-in expression has no entries
────╯