Skip to content

Commit acef3c0

Browse files
committed
refactor(schema): Remove redundant path
1 parent b9524d4 commit acef3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/util_schemas/manifest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ macro_rules! str_newtype {
11221122
}
11231123
}
11241124

1125-
impl<T: AsRef<str>> std::convert::AsRef<str> for $name<T> {
1125+
impl<T: AsRef<str>> AsRef<str> for $name<T> {
11261126
fn as_ref(&self) -> &str {
11271127
self.0.as_ref()
11281128
}

0 commit comments

Comments
 (0)