Skip to content

Commit

Permalink
temp fail clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpusch committed Oct 26, 2024
1 parent dc38556 commit 69674eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ where
}

/// Construct a [`Pipeline`] from an [`IntoIterator`]
#[allow(clippy::should_implement_trait)] // Clippy suggests implementing `FromIterator` or choosing a less ambiguous method name
// #[allow(clippy::should_implement_trait)] // Clippy suggests implementing `FromIterator` or choosing a less ambiguous method name
pub fn from_iter<I>(iter: I) -> Self
where
I: IntoIterator<Item = Out> + Send + 'static,
Expand Down

0 comments on commit 69674eb

Please sign in to comment.