add ``` #![warn(clippy::unwrap_used)] #![warn(clippy::expect_used)] ``` to `lib.rs` to enable linter that will show all usages of `unprawe()` and `expect()`