Skip to content

Commit

Permalink
ci: allow derive_partial_eq_without_eq
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed Nov 4, 2022
1 parent dccd74f commit 8787d48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
//!
//! **NOTE:** This implicitly disabled support for relative refs, as URLs do not support relative refs (whereas URIs do).
#![allow(clippy::derive_partial_eq_without_eq)]
use std::collections::HashMap;
use std::fmt;

Expand Down

0 comments on commit 8787d48

Please sign in to comment.