clippy: fix clippy warnings

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-11-28 09:31:34 -08:00
parent 708be85709
commit 0171e6c970
13 changed files with 27 additions and 27 deletions

View File

@@ -460,7 +460,7 @@ mod preview {
}
}
impl<'a> Preview for AddColumnView<'a> {
impl Preview for AddColumnView<'_> {
type Prev = AddColumnPreview;
fn preview(_cfg: PreviewConfig) -> Self::Prev {