clippy: fix clippy warnings
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user