Skip to content

Commit

Permalink
Fix a doc comment
Browse files Browse the repository at this point in the history
Current rustdoc complained about this.
  • Loading branch information
ijackson authored and TedDriggs committed Apr 13, 2022
1 parent 618d06f commit bc341a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion derive_builder_core/src/block.rs
Expand Up @@ -9,7 +9,6 @@ use syn::{self, spanned::Spanned, Block, LitStr};
///
/// - **full access** to variables environment.
/// - **full access** to control-flow of the environment via `return`, `?` etc.
/// ```
#[derive(Debug, Clone)]
pub struct BlockContents(Block);

Expand Down

0 comments on commit bc341a0

Please sign in to comment.