···11---
22source: bin/tests/main.rs
33-expression: "&out"
44-33+expression: "& out"
54---
65[W18] Warning: This boolean expression can be simplified
76 ╭─[data/bool_simplification.nix:2:7]
···109 · ────┬────
1110 · ╰────── Try != instead of !(... == ...)
1211───╯
1313-
+1-3
bin/tests/snapshots/main__collapsible_let_in.snap
···11---
22source: bin/tests/main.rs
33-expression: "&out"
44-33+expression: "& out"
54---
65[W06] Warning: These let-in expressions are collapsible
76 ╭─[data/collapsible_let_in.nix:1:1]
···1413 · │ │
1514 · ╰───────────────────┴─── This let in expression contains a nested let in expression
1615───╯
1717-
+1-3
bin/tests/snapshots/main__deprecated_to_path.snap
···11---
22source: bin/tests/main.rs
33-expression: "&out"
44-33+expression: "& out"
54---
65[W17] Warning: Found usage of deprecated builtin toPath
76 ╭─[data/deprecated_to_path.nix:2:4]
···3130 · ──────────────┬─────────────
3231 · ╰─────────────── builtins.toPath is deprecated, see :doc builtins.toPath within the REPL for more
3332───╯
3434-
···11---
22source: bin/tests/main.rs
33-expression: "&out"
44-33+expression: "& out"
54---
65[W12] Warning: Found unquoted URI expression
76 ╭─[data/unquoted_uri.nix:1:1]
···109 · ────────────┬────────────
1110 · ╰────────────── Consider quoting this URI expression
1211───╯
1313-
+1-3
bin/tests/snapshots/main__useless_has_attr.snap
···11---
22source: bin/tests/main.rs
33-expression: "&out"
44-33+expression: "& out"
54---
65[W19] Warning: This `if` expression can be simplified with `or`
76 ╭─[data/useless_has_attr.nix:3:4]
···3837 · ─────────────┬────────────
3938 · ╰────────────── Consider using x.a or b.c instead of this if expression
4039───╯
4141-
+1-3
bin/tests/snapshots/main__useless_parens.snap
···11---
22source: bin/tests/main.rs
33-expression: "&out"
44-33+expression: "& out"
54---
65[W08] Warning: These parentheses can be omitted
76 ╭─[data/useless_parens.nix:16:3]
···4544 · ────────┬───────
4645 · ╰───────── Useless parentheses around value in binding
4746────╯
4848-