mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Fix cargo clippy suggestions
This commit is contained in:
@@ -26,7 +26,7 @@ impl From<ManifestItem> for ShortcutOwned {
|
||||
manifest.install_location, manifest.launch_executable
|
||||
);
|
||||
let mut start_dir = manifest.install_location.clone();
|
||||
if !manifest.install_location.starts_with("\"") {
|
||||
if !manifest.install_location.starts_with('"') {
|
||||
start_dir = format!("\"{}\"", manifest.install_location);
|
||||
}
|
||||
let shortcut = Shortcut::new(
|
||||
|
||||
Reference in New Issue
Block a user