Skip to content

Commit

Permalink
fix: unused flag
Browse files Browse the repository at this point in the history
  • Loading branch information
royalpinto007 committed Dec 30, 2023
1 parent 81e44c6 commit ba1e3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coffee_lib/src/plugin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ impl Plugin {
}

/// upgrade the plugin to a new version.
pub async fn upgrade(&mut self, verbose: bool) -> Result<(), CoffeeError> {
pub async fn upgrade(&mut self, _: bool) -> Result<(), CoffeeError> {
todo!("not implemented yet")
}

Expand Down

0 comments on commit ba1e3b6

Please sign in to comment.