Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style(clippy): disallow panics under kindelia/src
Addressing issue kindelia#247. This causes clippy to emit an error if unwrap, expect, or panic is used in any code invoked by kindelia/src/main.rs test cases are not affected. (panics are allowed)
- Loading branch information