Fix lint
This commit is contained in:
parent
442a52be07
commit
f9b73607f5
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ mod platform {
|
||||||
&self,
|
&self,
|
||||||
future: impl futures::Future<Output = ()> + Send + 'static,
|
future: impl futures::Future<Output = ()> + Send + 'static,
|
||||||
) {
|
) {
|
||||||
self.0.spawn(future);
|
let _ = self.0.spawn(future);
|
||||||
}
|
}
|
||||||
|
|
||||||
fn enter<R>(&self, f: impl FnOnce() -> R) -> R {
|
fn enter<R>(&self, f: impl FnOnce() -> R) -> R {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue