Skip to content

Commit

Permalink
NFC: Remove unneeded as_ref().
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Sep 30, 2023
1 parent 004eaaf commit 81645c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/verify_cert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ fn check_signed_chain_name_constraints(
let mut cert = cert_chain;
let mut name_constraints = trust_anchor
.name_constraints
.as_ref()
.map(|der| untrusted::Input::from(der));

loop {
Expand Down

0 comments on commit 81645c3

Please sign in to comment.