forked from shadow/shadow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed
elided_named_lifetimes
warning
```text warning: elided lifetime has a name --> lib/gml-parser/src/parser.rs:45:65 | 45 | pub fn key<'a, E: GmlParseError<'a>>(input: &'a str) -> IResult<&str, &str, E> { | -- lifetime `'a` declared here ^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default ```
- Loading branch information
1 parent
2e032f5
commit ca337da
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters