mirror of
https://github.com/winapps-org/winapps.git
synced 2025-08-05 18:28:26 +02:00
fix clippy and add precommit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
pub mod freerdp {
|
||||
pub mod freerdp_back {
|
||||
use crate::RemoteClient;
|
||||
|
||||
struct Freerdp {}
|
||||
@@ -8,11 +8,11 @@ pub mod freerdp {
|
||||
todo!()
|
||||
}
|
||||
|
||||
fn load_config(&self, path: &str) {
|
||||
fn load_config(&self, _path: &str) {
|
||||
todo!()
|
||||
}
|
||||
|
||||
fn run_app(&self, app: &str) {
|
||||
fn run_app(&self, _app: &str) {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user