clippy for linux targets

pull/120/head
FabianLars 2 years ago
parent f771de363c
commit ada531ab6d
No known key found for this signature in database
GPG Key ID: 3B12BC1DEBF61125

@ -38,8 +38,8 @@ pub fn init<R: Runtime>(f: Box<SingleInstanceCallback<R>>) -> TauriPlugin<R> {
callback: f, callback: f,
app_handle: app.clone(), app_handle: app.clone(),
}; };
let dbus_name = format!("org.{}.SingleInstance", id); let dbus_name = format!("org.{id}.SingleInstance");
let dbus_path = format!("/org/{}/SingleInstance", id); let dbus_path = format!("/org/{id}/SingleInstance");
match ConnectionBuilder::session() match ConnectionBuilder::session()
.unwrap() .unwrap()

Loading…
Cancel
Save