浏览代码

Suppress needless_borrow warnings in verify_authority.rs.

Jing Yang 3 年之前
父节点
当前提交
cdcb335ec4
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/verify_authority.rs

+ 2 - 0
src/verify_authority.rs

@@ -411,6 +411,8 @@ impl<Command: 'static + Send> Raft<Command> {
 
 #[cfg(test)]
 mod tests {
+    #![allow(clippy::needless_borrow)]
+
     use super::*;
 
     const PEER_SIZE: usize = 5;