mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 21:38:28 +02:00
Fix more Clippy warnings
cargo clippy -- -W clippy::correctness
This commit is contained in:
@@ -63,7 +63,7 @@ struct DebugEntry<'a> {
|
||||
|
||||
impl<'a> PrettyDebug for DebugEntry<'a> {
|
||||
fn pretty(&self) -> DebugDocBuilder {
|
||||
(b::key(self.key.to_string()) + b::equals() + self.value.pretty().as_value()).group()
|
||||
(b::key(self.key.to_string()) + b::equals() + self.value.pretty().into_value()).group()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user