This commit is contained in:
parent
870b8002d2
commit
4d75f23a17
1 changed files with 1 additions and 1 deletions
|
|
@ -695,7 +695,7 @@ mod tests {
|
|||
#[test]
|
||||
fn test_policy_clone() {
|
||||
let p = Policy::default();
|
||||
let cloned = p.clone();
|
||||
let cloned = p;
|
||||
assert_eq!(p.send_mode, cloned.send_mode);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue