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