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 52defe6 commit 3ac08ddCopy full SHA for 3ac08dd
src/lib.rs
@@ -11,8 +11,7 @@ use {
11
serde::Deserialize,
12
std::{
13
collections::HashMap,
14
- fs,
15
- iter,
+ fs, iter,
16
ops::Deref,
17
path::{Path, PathBuf},
18
str,
src/prelink.rs
@@ -49,9 +49,7 @@ pub fn embedded_helper_utils() -> Result<TempDir> {
49
Ok(bundled)
50
}
51
52
-pub fn bundle_libraries(
53
- library_path: Vec<(&str, Vec<PathBuf>)>,
54
-) -> Result<Vec<Library>> {
+pub fn bundle_libraries(library_path: Vec<(&str, Vec<PathBuf>)>) -> Result<Vec<Library>> {
55
let mut libraries = vec![
56
Library {
57
name: "libcomponentize_py_runtime.so".into(),
0 commit comments