We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2170d8 commit e1107d6Copy full SHA for e1107d6
src/manager.rs
@@ -90,7 +90,6 @@ impl<S: MutEventSubscriber> EventManager<S> {
90
/// * `ready_events_capacity`: maximum number of ready events to be
91
/// processed a single `run`. The maximum value of this
92
/// parameter is `EventManager::MAX_READY_EVENTS_CAPACITY`.
93
- ///
94
pub fn new_with_capacity(ready_events_capacity: usize) -> Result<Self> {
95
if ready_events_capacity > MAX_READY_EVENTS_CAPACITY {
96
return Err(Error::InvalidCapacity);
0 commit comments