clippy: fix clippy warnings
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -247,7 +247,7 @@ mod preview {
|
||||
}
|
||||
}
|
||||
|
||||
impl<'a> Preview for AccountsView<'a> {
|
||||
impl Preview for AccountsView<'_> {
|
||||
type Prev = AccountsPreview;
|
||||
|
||||
fn preview(_cfg: PreviewConfig) -> Self::Prev {
|
||||
|
||||
Reference in New Issue
Block a user