This repository has been archived by the owner on Oct 26, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clippy doesn't like `if !thing.ok() { panic!(msg) }`. Clippy prefers `assert!(thing_ok(), msg)`. Ok, clippy. Signed-off-by: Will Woods <[email protected]>
- Loading branch information