diff options
Diffstat (limited to 'crates/turtle/src/atuin_history')
| -rw-r--r-- | crates/turtle/src/atuin_history/stats.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/turtle/src/atuin_history/stats.rs b/crates/turtle/src/atuin_history/stats.rs index a19d2d0e..c53dafb2 100644 --- a/crates/turtle/src/atuin_history/stats.rs +++ b/crates/turtle/src/atuin_history/stats.rs @@ -271,7 +271,7 @@ pub(crate) fn compute( total_commands: total_unignored, top: top .into_iter() - .map(|t| (t.0.into_iter().map(|s| s.to_string()).collect(), t.1)) + .map(|t| (t.0.into_iter().map(ToString::to_string).collect(), t.1)) .collect(), }) } |
