Skip to content

Commit 4e6ca9b

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

2 files changed

Lines changed: 21 additions & 20 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

sdk/node/package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)