We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7b0aa commit 4e45fdeCopy full SHA for 4e45fde
src/trivial_impls.rs
@@ -10,7 +10,7 @@
10
use crate::{Atom, StaticAtomSet};
11
#[cfg(feature = "serde_support")]
12
use serde::{Deserialize, Deserializer, Serialize, Serializer};
13
-use std::borrow::{Borrow, Cow};
+use std::borrow::Cow;
14
use std::fmt;
15
16
impl<Static: StaticAtomSet> ::precomputed_hash::PrecomputedHash for Atom<Static> {
0 commit comments