Skip to content

Commit

Permalink
Remove unnecessary clone
Browse files Browse the repository at this point in the history
  • Loading branch information
alxkzmn committed Nov 26, 2024
1 parent b09e571 commit 7cbfc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mopro-ffi/src/app_config/ios.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub fn build() {
};

generate_bindings(
(manifest_dir.clone() + "/src/mopro.udl").as_str().into(),
(manifest_dir + "/src/mopro.udl").as_str().into(),
None,
SwiftBindingGenerator,
Some(swift_bindings_dir.to_str().unwrap().into()),
Expand Down

0 comments on commit 7cbfc23

Please sign in to comment.