Skip to content

Commit 1c88b28

Browse files
committed
Fix clippy warning
1 parent e274c7a commit 1c88b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manifest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ enum Manifest<'s> {
475475
DepList(&'s str),
476476
}
477477

478-
impl<'s> Manifest<'s> {
478+
impl Manifest<'_> {
479479
pub fn into_toml(self) -> MainResult<toml::value::Table> {
480480
use self::Manifest::*;
481481
match self {

0 commit comments

Comments
 (0)