remove hasher import

This commit is contained in:
l1npengtul
2025-02-08 12:33:25 +09:00
parent 334fd27b0f
commit 4d44710261
+1 -1
View File
@@ -4,7 +4,7 @@ use ordered_float::OrderedFloat;
use std::collections::hash_map::{Keys, Values};
use std::collections::{HashMap, HashSet};
use std::fmt::{Display, Formatter};
use std::hash::{Hash, Hasher};
use std::hash::Hash;
pub type PlatformSpecificControlId = u64;