Skip to content

Commit

Permalink
fix(doc): Update readme resolver for doc-string
Browse files Browse the repository at this point in the history
  • Loading branch information
bengreenier committed Sep 17, 2023
1 parent a6bbcd9 commit 2668485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/partially/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc = include_str!("../../../README.md")]
#![doc = include_str!(concat!("../", env!("CARGO_PKG_README")))]

/// ## partially_derive
/// supports automatically generating a mirrored struct with each field wrapped in [`Option<T>`], and generates a `partially::Partial` implementation that allows applying the [`Some`] fields of the mirrored struct to the base struct.
Expand Down

0 comments on commit 2668485

Please sign in to comment.