diff --git a/src/macros.rs b/src/macros.rs index 06f32306..8daf46f1 100644 --- a/src/macros.rs +++ b/src/macros.rs @@ -99,7 +99,7 @@ macro_rules! common_impls { } } - impl ::std::cmp::PartialEq<$id> for ::string::String { + impl ::std::cmp::PartialEq<$id> for ::std::string::String { fn eq(&self, other: &$id) -> bool { self == &other.full_id }