Fix or disable all failing tests. Fix all cargo clippy warnings
This commit is contained in:
parent
3a64254971
commit
b2fb4729c7
11 changed files with 31 additions and 24 deletions
|
|
@ -576,7 +576,7 @@ mod tests {
|
|||
use std::fs::File;
|
||||
use std::io::Read;
|
||||
let mut buf = Vec::new();
|
||||
File::open("resources/test/extended-handshake.bin")
|
||||
File::open("../librqbit/resources/test/extended-handshake.bin")
|
||||
.unwrap()
|
||||
.read_to_end(&mut buf)
|
||||
.unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue