We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6f2982 + 8891d9b commit 654c77eCopy full SHA for 654c77e
confik-macros/src/lib.rs
@@ -944,7 +944,6 @@ fn derive_macro_builder_inner(target_struct: &DeriveInput) -> syn::Result<proc_m
944
#impl_lint_overrides
945
#target_impl
946
947
- #overall_lint_overrides
948
949
#builder_impl
950
};
confik/src/lib.md
@@ -272,7 +272,7 @@ let _ = Builder { data: Default::default() };
272
273
### Field and Builder visibility
274
275
-Field and builder visibility are direclty inherited from the underlying type. E.g.
+Field and builder visibility are directly inherited from the underlying type. E.g.
276
277
```rust
278
mod config {
0 commit comments