Fix String path in macros.rs

This commit is contained in:
Jonas Platte 2020-04-16 16:15:27 +02:00 committed by GitHub
parent a9aa8a7d0d
commit c3ed37b337
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}