mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
clippy clip
This commit is contained in:
parent
17b2eebcfc
commit
80411473ae
1 changed files with 2 additions and 2 deletions
|
@ -273,8 +273,8 @@ pub fn module_to_dylib(
|
|||
) -> Result<Library, Error> {
|
||||
let dir = tempdir().unwrap();
|
||||
let filename = PathBuf::from("Test.roc");
|
||||
let file_path = dir.path().join(filename.clone());
|
||||
let mut app_o_file = PathBuf::from(file_path.clone());
|
||||
let file_path = dir.path().join(filename);
|
||||
let mut app_o_file = file_path;
|
||||
|
||||
app_o_file.set_file_name("app.o");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue