Skip to content

Commit

Permalink
Add docs for self referencing impl
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Nov 2, 2021
1 parent 8e26b9b commit fc306bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ouroboros_macro/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ fn self_referencing_impl(
#[doc="Encapsulates implementation details for a self-referencing struct. This module is only visible when using --document-private-items."]
mod #mod_name {
use super::*;
#[doc="The self-referencing struct."]
#actual_struct_def
#borrowchk_summoner
#builder_def
Expand Down

0 comments on commit fc306bb

Please sign in to comment.