Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rustc nightly started warning e.g.: ``` --> x11rb-async/src/connection.rs:70:30 | 67 | fn send_trait_request_with_reply<'this, 'req, 'future, R>( | ----- lifetime `'this` declared here ... 70 | ) -> Fut<'future, Cookie<'_, Self, R::Reply>, ConnectionError> | ^^ this elided lifetime gets resolved as `'this` | = note: `#[warn(elided_named_lifetimes)]` on by default ``` Signed-off-by: Uli Schlachter <psychon@znc.in>
- Loading branch information