File tree 3 files changed +2
-2
lines changed 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
6
6
pub use protos:: * ;
7
7
8
+ #[ allow( clippy:: doc_lazy_continuation) ]
8
9
mod protos {
9
10
include ! ( "generated/mod.rs" ) ;
10
11
}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ const SCAN_LOCK_BATCH_SIZE: u32 = 1024;
42
42
/// - `gc`: trigger a GC process which clears stale data in the cluster.
43
43
/// - `current_timestamp`: get the current `Timestamp` from PD.
44
44
/// - `snapshot`: get a [`Snapshot`] of the database at a specified timestamp.
45
- /// A `Snapshot` is a read-only transaction.
45
+ /// A `Snapshot` is a read-only transaction.
46
46
///
47
47
/// The returned results of transactional requests are [`Future`](std::future::Future)s that must be
48
48
/// awaited to execute.
Original file line number Diff line number Diff line change @@ -904,7 +904,6 @@ impl Merge<kvrpcpb::UnsafeDestroyRangeResponse> for Collect {
904
904
}
905
905
906
906
#[ cfg( test) ]
907
- #[ cfg_attr( feature = "protobuf-codec" , allow( clippy:: useless_conversion) ) ]
908
907
mod tests {
909
908
use crate :: common:: Error :: PessimisticLockError ;
910
909
use crate :: common:: Error :: ResolveLockError ;
You can’t perform that action at this time.
0 commit comments