Skip to content

Commit

Permalink
Clippy lints (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpryer authored Feb 8, 2024
1 parent dae3668 commit 3304c60
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/huak-package-manager/src/sys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ pub enum Verbosity {
Quiet,
}

pub trait ToTerminal {
/// Get a `Terminal`.
fn to_terminal(&self) -> Terminal;
}

/// An abstraction around terminal output that remembers preferences for output
/// verbosity and color (inspired by cargo's `Shell`).
pub struct Terminal {
Expand Down

0 comments on commit 3304c60

Please sign in to comment.