mirror of
https://github.com/nushell/nushell.git
synced 2025-07-03 08:03:32 +02:00
fix: clippy warnings with --all-features
(#15035)
# Description Some more `cargo clippy --all-features` warnings from rust toolchain 1.84.1 that I forgot to fix in #14984
This commit is contained in:
@ -221,7 +221,7 @@ impl PartialEq for DebuggableValue<'_> {
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a> std::fmt::Debug for DebuggableValue<'a> {
|
||||
impl std::fmt::Debug for DebuggableValue<'_> {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
match self.0 {
|
||||
Value::Bool { val, .. } => {
|
||||
|
Reference in New Issue
Block a user