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 b939443 commit 491a146Copy full SHA for 491a146
src/lib.rs
@@ -360,7 +360,7 @@ impl<T: Send> Input<T> {
360
///
361
/// [`input_buffer_mut()`]: Input::input_buffer_mut
362
/// [`publish()`]: Input::publish
363
- pub fn input_buffer_publisher(&mut self) -> InputPublishGuard<T> {
+ pub fn input_buffer_publisher(&mut self) -> InputPublishGuard<'_, T> {
364
InputPublishGuard { reference: self }
365
}
366
0 commit comments