Skip to content

Commit

Permalink
fixup unknown_lints on 1.60
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo committed Dec 15, 2022
1 parent 92e8b7c commit 72db708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions der/src/referenced.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ where
{
// TODO: when upgrading to rust 1.65, we can use the new syntax
// MSRV 1.60 requires us to use the old syntax
#[allow(unknown_lints)]
#[allow(deprecated_where_clause_location)]
type Borrowed<'a>
where
Expand Down

0 comments on commit 72db708

Please sign in to comment.