We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf62713 commit b9ac47dCopy full SHA for b9ac47d
src/prelink.rs
@@ -81,7 +81,6 @@ fn library_from_so(library_name: &str) -> Result<Library, io::Error> {
81
let filepath = path + "/" + library_name + ".zst";
82
let bytes = fs::read(filepath)?;
83
84
-
85
return Ok(Library {
86
name: library_name.into(),
87
module: zstd::decode_all(Cursor::new(bytes))?,
0 commit comments