Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` error: accessing first element with `crl_distribution_points.get(0)` --> src/cert.rs:620:13 | 620 | / crl_distribution_points 621 | | .get(0) | |_______________________^ help: try: `crl_distribution_points.first()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_first = note: `-D clippy::get-first` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::get_first)]` ```
- Loading branch information