Apply trivial clippy fixes

This commit is contained in:
Félix Saparelli 2022-08-15 17:37:20 +12:00
parent 6d3dda8129
commit 7d3116f546
No known key found for this signature in database
GPG key ID: B948C4BAE44FC474
26 changed files with 360 additions and 384 deletions

View file

@ -20,7 +20,7 @@ pub fn which_python() -> String {
if res.is_empty() {
panic!("python not found");
}
res.to_string()
res
}
pub fn detect_magic_number() -> u32 {