From de5264efad64edd9adad2bd9fb599abaddd6c08f Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Mon, 10 Jan 2022 13:34:24 +0100 Subject: [PATCH] Clippy --- libafl/src/bolts/tuples.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl/src/bolts/tuples.rs b/libafl/src/bolts/tuples.rs index 5e78d1ef20..071668f294 100644 --- a/libafl/src/bolts/tuples.rs +++ b/libafl/src/bolts/tuples.rs @@ -7,7 +7,7 @@ use core::any::TypeId; use xxhash_rust::xxh3::xxh3_64; #[rustversion::nightly] -/// From https://stackoverflow.com/a/60138532/7658998 +/// From const fn type_eq() -> bool { // Helper trait. `VALUE` is false, except for the specialization of the // case where `T == U`.