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 ffcae8d commit 824074fCopy full SHA for 824074f
src/lib.rs
@@ -174,7 +174,7 @@ fn newtype_inner(data: &syn::Data) -> Option<syn::Type> {
174
}
175
176
// If there as `num_traits` MetaNameValue attribute within the slice,
177
-// retreive its value, and use it to create a Ident to be used to import
+// retrieve its value, and use it to create an `Ident` to be used to import
178
// the `num_traits` crate.
179
fn find_explicit_import_ident(attrs: &[syn::Attribute]) -> Option<syn::Ident> {
180
for attr in attrs {
0 commit comments