Skip to content

Commit

Permalink
fix - to _
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtau authored Feb 12, 2024
1 parent 0752c7b commit 20077f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pest/src/position.rs
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ impl<'i> PartialEq for Position<'i> {

impl<'i> Eq for Position<'i> {}

#[allow(clippy::non-canonical-partial-ord-impl)]
#[allow(clippy::non_canonical_partial_ord_impl)]
impl<'i> PartialOrd for Position<'i> {
fn partial_cmp(&self, other: &Position<'i>) -> Option<Ordering> {
if ptr::eq(self.input, other.input) {
Expand Down

0 comments on commit 20077f7

Please sign in to comment.