fix clippy
This commit is contained in:
parent
41b58d7e25
commit
1747132875
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ impl K2VRpcHandler {
|
|||
)
|
||||
});
|
||||
|
||||
while !value.causal_context().is_newer_than(&ct) {
|
||||
while !value.causal_context().is_newer_than(ct) {
|
||||
value = chan.recv().await?;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue