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

---
[W13] Warning: Found usage of deprecated builtin isNull
   ╭─[data/deprecated_is_null.nix:4:4]
   │
 4 │ if isNull e
   ·    ────┬───  
   ·        ╰───── isNull is deprecated, check equality with null instead
───╯