fix clippy and add precommit

This commit is contained in:
LDprg 2023-07-30 12:13:19 +02:00
parent 6cd338b85b
commit d8bffd817d

View File

@ -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!()
}
}