Skip to content

Commit a404b7b

Browse files
skiplist: Add custom comparators (#1182)
Co-authored-by: Taiki Endo <te316e89@gmail.com>
1 parent 7f5ddf3 commit a404b7b

File tree

8 files changed

+724
-375
lines changed

8 files changed

+724
-375
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,5 @@ declare_interior_mutable_const = { level = "allow", priority = 1 } # https://git
9191
incompatible_msrv = { level = "allow", priority = 1 } # buggy: doesn't consider cfg, https://github.com/rust-lang/rust-clippy/issues/12280, https://github.com/rust-lang/rust-clippy/issues/12257#issuecomment-2093667187
9292
lint_groups_priority = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/12920
9393
manual_map = { level = "allow", priority = 1 }
94+
manual_range_contains = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/6455#issuecomment-1225966395
95+
type_complexity = { level = "allow", priority = 1 }

0 commit comments

Comments
 (0)