Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ksud: Fix elided lifetime has a name warning
Compilation log showing: --> src/sepolicy.rs:170:41 | 169 | impl<'a> SeObjectParser<'a> for NormalPerm<'a> { | -- lifetime `'a` declared here 170 | fn parse(input: &'a str) -> IResult<&str, Self> { | ^ this elided lifetime gets resolved as `'a` | = note: `#[warn(elided_named_lifetimes)]` on by default Signed-off-by: rsuntk <rissu.ntk@gmail.com>
- Loading branch information