clippy fixes for focus change
This commit is contained in:
parent
8ba2f77148
commit
9aa3f2d777
3 changed files with 8 additions and 9 deletions
|
@ -1711,7 +1711,7 @@ impl Server {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
pub(crate) async fn store(&self) -> StoreGuard {
|
||||
pub(crate) async fn store(&self) -> StoreGuard<'_> {
|
||||
#[cfg(test)]
|
||||
tokio::task::yield_now().await;
|
||||
let guard = self.store.lock().await;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue