Files
rustdesk/libs/scrap/src/common
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
..
2024-11-25 11:09:17 +08:00
2024-11-18 15:05:23 +08:00
2024-07-03 14:20:41 +08:00
2024-04-12 17:26:24 +08:00
2025-01-07 11:14:20 +08:00
2024-02-27 22:28:23 +08:00
2021-03-29 15:59:14 +08:00
2024-07-03 14:20:41 +08:00