RustDesk/libs
Xiaobo Liu 4a3c11e711
scrap: fixed build warnning (#10442)
```shell
warning: elided lifetime has a name
   --> src/common/mod.rs:192:21
    |
187 |     pub fn to<'a>(
    |               -- lifetime `'a` declared here
...
192 |     ) -> ResultType<EncodeInput> {
    |                     ^^^^^^^^^^^ this elided lifetime gets resolved as `'a`
    |
    = note: `#[warn(elided_named_lifetimes)]` on by default
```
2025-01-07 11:14:20 +08:00
..
clipboard refactor: replace &PathBuf with &Path to enhance generality (#10332) 2024-12-23 20:28:04 +08:00
enigo feat: mobile, key help tool, more keys (#10068) 2024-11-29 00:56:38 +08:00
hbb_common hbb_common: simplify is_compressed_file (#10436) 2025-01-06 18:20:18 +08:00
portable refactor: replace &PathBuf with &Path to enhance generality (#10332) 2024-12-23 20:28:04 +08:00
scrap scrap: fixed build warnning (#10442) 2025-01-07 11:14:20 +08:00
virtual_display fix: move some crates to rustdesk-org (#8772) 2024-07-20 23:49:40 +08:00