mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-29 12:24:45 +00:00
Apply trivial clippy fixes
This commit is contained in:
parent
6d3dda8129
commit
7d3116f546
26 changed files with 360 additions and 384 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue