Skip to content

Commit e1107d6

Browse files
fix style in code examples
Signed-off-by: Andreea Florescu <[email protected]>
1 parent a2170d8 commit e1107d6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/manager.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ impl<S: MutEventSubscriber> EventManager<S> {
9090
/// * `ready_events_capacity`: maximum number of ready events to be
9191
/// processed a single `run`. The maximum value of this
9292
/// parameter is `EventManager::MAX_READY_EVENTS_CAPACITY`.
93-
///
9493
pub fn new_with_capacity(ready_events_capacity: usize) -> Result<Self> {
9594
if ready_events_capacity > MAX_READY_EVENTS_CAPACITY {
9695
return Err(Error::InvalidCapacity);

0 commit comments

Comments
 (0)