You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2020. It is now read-only.
43: Actually use heprintln, and unwrap it r=adamgreig a=nickray
I'm sorry, it's me again...
- std::dbg panics on failure, given `dbg!` is advertised as "quick n' dirty" I think this behaviour makes sense here too (no need to type `.unwrap()` everywhere, no unused Result warnings)
- also to be more analogous, actually use `heprintln` (as already advertised in documentation)
- I went ahead and added the nod to 2018 edition missing last time
Co-authored-by: Nicolas Stalder <n@stalder.io>
0 commit comments