We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692607f commit 1cffa57Copy full SHA for 1cffa57
1 file changed
core/src/config.rs
@@ -335,6 +335,7 @@ pub enum BrowserBackend {
335
Lightpanda,
336
}
337
338
+#[allow(clippy::derivable_impls)]
339
impl Default for BrowserBackend {
340
fn default() -> Self {
341
BrowserBackend::Chrome
0 commit comments