Skip to content

Commit

Permalink
chore: address clippy issue
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed Nov 21, 2023
1 parent d3a876b commit 5c24e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/wit-deps/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ async fn main() -> anyhow::Result<ExitCode> {
}),
Some(Command::Update) => wit_deps::update_path(manifest_path, lock_path, deps_path)
.await
.map(|_| ExitCode::SUCCESS),
.map(|()| ExitCode::SUCCESS),
Some(Command::Tar { package, output }) => {
wit_deps::lock_path(manifest_path, lock_path, &deps_path)
.await
Expand Down

0 comments on commit 5c24e32

Please sign in to comment.