Skip to content

Commit

Permalink
fix clippy warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Mar 27, 2024
1 parent 529eeea commit dc5d1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uu/hostname/src/hostname.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const USAGE: &str = help_usage!("hostname.md");

#[uucore::main]
pub fn uumain(args: impl uucore::Args) -> UResult<()> {
let matches = uu_app().try_get_matches_from(args)?;
let _matches = uu_app().try_get_matches_from(args)?;

// Retrieve and display the hostname

Expand Down

0 comments on commit dc5d1f8

Please sign in to comment.