Skip to content

Commit

Permalink
fix: extra unused lifetime
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Jul 20, 2022
1 parent 5708e9b commit e2cf0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::result::Result;

pub struct App {}

impl<'a> App {
impl App {
pub fn run(pk: &mut Paket) -> Result {
let mut actions = Actions::new(pk)?;
if let Some(commands) = &pk.opts.commands {
Expand Down

0 comments on commit e2cf0db

Please sign in to comment.