Clippy
This commit is contained in:
parent
180883acb7
commit
de5264efad
@ -7,7 +7,7 @@ use core::any::TypeId;
|
||||
use xxhash_rust::xxh3::xxh3_64;
|
||||
|
||||
#[rustversion::nightly]
|
||||
/// From https://stackoverflow.com/a/60138532/7658998
|
||||
/// From <https://stackoverflow.com/a/60138532/7658998>
|
||||
const fn type_eq<T: ?Sized, U: ?Sized>() -> bool {
|
||||
// Helper trait. `VALUE` is false, except for the specialization of the
|
||||
// case where `T == U`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user