We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50cd95 commit 2bdd041Copy full SHA for 2bdd041
src/ui/configure_deck.rs
@@ -314,7 +314,7 @@ mod preview {
314
}
315
316
317
- impl<'a> Preview for ConfigureDeckView<'a> {
+ impl Preview for ConfigureDeckView<'_> {
318
type Prev = ConfigureDeckPreview;
319
320
fn preview(_cfg: PreviewConfig) -> Self::Prev {
src/ui/edit_deck.rs
@@ -81,7 +81,7 @@ mod preview {
81
82
83
84
- impl<'a> Preview for EditDeckView<'a> {
+ impl Preview for EditDeckView<'_> {
85
type Prev = EditDeckPreview;
86
87
0 commit comments