mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Call cargo fmt --all
This commit is contained in:
parent
aec618d5fc
commit
62e30fd7d0
1 changed files with 1 additions and 3 deletions
|
@ -982,9 +982,7 @@ fn link_linux(
|
|||
// TODO: find a way to avoid using a vec! here - should theoretically be
|
||||
// able to do this somehow using &[] but the borrow checker isn't having it.
|
||||
// Also find a way to have these be string slices instead of Strings.
|
||||
vec![
|
||||
"-shared".to_string(),
|
||||
],
|
||||
vec!["-shared".to_string()],
|
||||
output_path,
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue