Skip to content

Commit 654c77e

Browse files
Merge branch 'main' into visibility
2 parents c6f2982 + 8891d9b commit 654c77e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

confik-macros/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,6 @@ fn derive_macro_builder_inner(target_struct: &DeriveInput) -> syn::Result<proc_m
944944
#impl_lint_overrides
945945
#target_impl
946946

947-
#overall_lint_overrides
948947
#impl_lint_overrides
949948
#builder_impl
950949
};

confik/src/lib.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ let _ = Builder { data: Default::default() };
272272

273273
### Field and Builder visibility
274274

275-
Field and builder visibility are direclty inherited from the underlying type. E.g.
275+
Field and builder visibility are directly inherited from the underlying type. E.g.
276276

277277
```rust
278278
mod config {

0 commit comments

Comments
 (0)