diff options
Diffstat (limited to 'bin/tests/snapshots/main__empty_let_in.snap')
-rw-r--r-- | bin/tests/snapshots/main__empty_let_in.snap | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bin/tests/snapshots/main__empty_let_in.snap b/bin/tests/snapshots/main__empty_let_in.snap new file mode 100644 index 0000000..426692f --- /dev/null +++ b/bin/tests/snapshots/main__empty_let_in.snap | |||
@@ -0,0 +1,14 @@ | |||
1 | --- | ||
2 | source: bin/tests/main.rs | ||
3 | expression: "&out" | ||
4 | |||
5 | --- | ||
6 | [W02] Warning: Useless let-in expression | ||
7 | ╭─[data/empty_let_in.nix:1:1] | ||
8 | │ | ||
9 | 1 │ ╭─▶ let | ||
10 | 3 │ ├─▶ null | ||
11 | · │ | ||
12 | · ╰──────────── This let-in expression has no entries | ||
13 | ───╯ | ||
14 | |||