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-12-23 20:28:04 +08:00
2024-11-29 00:56:38 +08:00
2025-01-06 18:20:18 +08:00
2024-12-23 20:28:04 +08:00
2025-01-07 11:14:20 +08:00
2024-07-20 23:49:40 +08:00