Skip to content

Commit 1cffa57

Browse files
committed
fix: add allow(clippy::derivable_impls) to BrowserBackend::default()
1 parent 692607f commit 1cffa57

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/src/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ pub enum BrowserBackend {
335335
Lightpanda,
336336
}
337337

338+
#[allow(clippy::derivable_impls)]
338339
impl Default for BrowserBackend {
339340
fn default() -> Self {
340341
BrowserBackend::Chrome

0 commit comments

Comments
 (0)