mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 14:37:59 +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:
@ -84,7 +84,7 @@ impl<'a> PluginExecutionCommandContext<'a> {
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a> PluginExecutionContext for PluginExecutionCommandContext<'a> {
|
||||
impl PluginExecutionContext for PluginExecutionCommandContext<'_> {
|
||||
fn span(&self) -> Span {
|
||||
self.call.head
|
||||
}
|
||||
|
Reference in New Issue
Block a user