Skip to content

Commit

Permalink
Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Jan 1, 2025
1 parent e274c7a commit 1c88b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ enum Manifest<'s> {
DepList(&'s str),
}

impl<'s> Manifest<'s> {
impl Manifest<'_> {
pub fn into_toml(self) -> MainResult<toml::value::Table> {
use self::Manifest::*;
match self {
Expand Down

0 comments on commit 1c88b28

Please sign in to comment.