warning: hidden lifetime parameters in types are deprecated
--> asd/src/app/qwe.rs:88:45
|
88 | fn add_meta_from_args(&mut self, args: &ArgMatches) -> AppRun {
| ^^^^^^^^^^- help: indicate the anonymous lifetime: `<'_>`
Where should I specify this anonymous lifetime? I don't really understand the need for it either. If the parameter is borrowed, why does it need a lifetime as well?