Skip to content

Commit

Permalink
Update src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: John Nunley <jtnunley01@gmail.com>
  • Loading branch information
jbr and notgull committed Mar 30, 2024
1 parent dc71f34 commit 7446f3b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -562,15 +562,6 @@ impl Event<()> {
}
}

/// Creates a new [`Event`].
///
/// # Examples
///
/// ```
/// use event_listener::Event;
///
/// let event = Event::new();
/// ```
#[inline]
#[cfg(loom)]
pub fn new() -> Self {
Expand Down

0 comments on commit 7446f3b

Please sign in to comment.