Skip to content

Commit

Permalink
Remove #[must_use] from Node::reset
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaJewson committed Jun 3, 2022
1 parent 4dfe7df commit 3591d22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,6 @@ impl<'node, T: ?Sized + Types> InitializedNode<'node, T> {
/// # Panics
///
/// Panics if the given list is a different one than this node was registered with.
#[must_use]
pub fn reset(
self: Pin<&'node mut Self>,
list: &mut PinList<T>,
Expand Down

0 comments on commit 3591d22

Please sign in to comment.