Skip to content

Commit

Permalink
fix: use new lint name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Oct 12, 2024
1 parent 3940bd8 commit 99158a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ macro_rules! manual_braid {
impl ::std::cmp::PartialOrd for $Owned {
#[inline]
#[allow(unknown_lints)]
#[allow(clippy::incorrect_partial_ord_impl_on_ord_type)]
#[allow(clippy::non_canonical_partial_ord_impl)]
fn partial_cmp(&self, other: &Self) -> ::std::option::Option<::std::cmp::Ordering> {
::std::option::Option::Some(::std::cmp::Ord::cmp(self, other))
}
Expand Down

0 comments on commit 99158a8

Please sign in to comment.