mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-16 05:31:29 +03:00
add cargo fmt + cargo clippy to rust workflow
This commit is contained in:
@@ -13,7 +13,7 @@ pub struct X11Producer {}
|
||||
|
||||
impl X11Producer {
|
||||
pub fn new() -> Result<Self> {
|
||||
return Err(anyhow!("not implemented"));
|
||||
Err(anyhow!("not implemented"))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user