Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
iamwacko committed Sep 18, 2024
1 parent 9a58055 commit 01d5056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/graph/iter.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use super::prelude::*;

#[allow(clippy::too_long_first_doc_paragraph)]
/// A special [Graph] node for any type of [Content] that will produce an iterator of [Value]
/// The special [Iterator::cycle()] can be used at the construction side when this needs to produce values endlessly.
pub struct IterNode {
Expand Down

0 comments on commit 01d5056

Please sign in to comment.