Fix String
path in macros.rs
This commit is contained in:
parent
a9aa8a7d0d
commit
c3ed37b337
@ -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 {
|
fn eq(&self, other: &$id) -> bool {
|
||||||
self == &other.full_id
|
self == &other.full_id
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user