Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore clippy::out_of_bounds_indexing error
``` error: index is out of bounds --> src/util.rs:134:17 | 134 | None => [][1], | ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#out_of_bounds_indexing = note: `#[deny(clippy::out_of_bounds_indexing)]` on by default error: index is out of bounds --> src/util.rs:146:17 | 146 | None => [][1], | ^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#out_of_bounds_indexing ```
- Loading branch information