mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-04 06:07: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;
|
||||
|
||||
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!()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user