Currently, we deny `clippy::indexing_slicing`. Should we deny others? So far, I've found: - [`arithmetic_side_effects`](https://rust-lang.github.io/rust-clippy/master/#arithmetic_side_effects) - [`alloc_instead_of_core`](https://rust-lang.github.io/rust-clippy/master/#alloc_instead_of_core) - [`std_instead_of_core`](https://rust-lang.github.io/rust-clippy/master/#std_instead_of_core) The `time` crate [has a good list](https://github.com/time-rs/time/blob/599a69ce35c43c7309a75ea2bb124f880bf0284a/time/src/lib.rs#L87). We're tracking [`undocumented_unsafe_blocks`](https://rust-lang.github.io/rust-clippy/master/#undocumented_unsafe_blocks) separately in #61 since it will likely be a substantial change on its own.