mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
style(clippy)
This commit is contained in:
parent
6e3bf8faf0
commit
593fd7d547
1 changed files with 1 additions and 1 deletions
|
@ -1692,4 +1692,4 @@ fn test_round_trip(input: &Preferences, compression: bool) {
|
|||
let decompressed = if compression { deflate_decompress(compressed).unwrap() } else { compressed };
|
||||
let deserialized: Preferences = bincode::deserialize(&decompressed).unwrap();
|
||||
assert_eq!(*input, deserialized);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue