Skip to content

Merge pull request #32 from brave/renovate/pin-dependencies #18

Merge pull request #32 from brave/renovate/pin-dependencies

Merge pull request #32 from brave/renovate/pin-dependencies #18

Triggered via push October 2, 2023 12:48
Status Success
Total duration 19s
Artifacts

tests.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
this returns a `Result<_, ()>`: src/select.rs#L351
warning: this returns a `Result<_, ()>` --> src/select.rs:351:5 | 351 | pub fn compile(s: &str) -> Result<Selectors, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: src/select.rs#L351
warning: this returns a `Result<_, ()>` --> src/select.rs:351:5 | 351 | pub fn compile(s: &str) -> Result<Selectors, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: src/iter.rs#L455
warning: this returns a `Result<_, ()>` --> src/iter.rs:455:5 | 455 | fn select(self, selectors: &str) -> Result<Select<Self>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: src/iter.rs#L455
warning: this returns a `Result<_, ()>` --> src/iter.rs:455:5 | 455 | fn select(self, selectors: &str) -> Result<Select<Self>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: src/iter.rs#L446
warning: this returns a `Result<_, ()>` --> src/iter.rs:446:5 | 446 | fn select(self, selectors: &str) -> Result<Select<Elements<Self>>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: src/iter.rs#L446
warning: this returns a `Result<_, ()>` --> src/iter.rs:446:5 | 446 | fn select(self, selectors: &str) -> Result<Select<Elements<Self>>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: src/iter.rs#L165
warning: this returns a `Result<_, ()>` --> src/iter.rs:165:5 | 165 | pub fn select_first(&self, selectors: &str) -> Result<NodeDataRef<ElementData>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: src/iter.rs#L165
warning: this returns a `Result<_, ()>` --> src/iter.rs:165:5 | 165 | pub fn select_first(&self, selectors: &str) -> Result<NodeDataRef<ElementData>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: src/iter.rs#L159
warning: this returns a `Result<_, ()>` --> src/iter.rs:159:5 | 159 | pub fn select(&self, selectors: &str) -> Result<Select<Elements<Descendants>>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err = note: `#[warn(clippy::result_unit_err)]` on by default
this returns a `Result<_, ()>`: src/iter.rs#L159
warning: this returns a `Result<_, ()>` --> src/iter.rs:159:5 | 159 | pub fn select(&self, selectors: &str) -> Result<Select<Elements<Descendants>>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err = note: `#[warn(clippy::result_unit_err)]` on by default
this returns a `Result<_, ()>`: src/select.rs#L351
warning: this returns a `Result<_, ()>` --> src/select.rs:351:5 | 351 | pub fn compile(s: &str) -> Result<Selectors, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: src/select.rs#L351
warning: this returns a `Result<_, ()>` --> src/select.rs:351:5 | 351 | pub fn compile(s: &str) -> Result<Selectors, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: src/iter.rs#L455
warning: this returns a `Result<_, ()>` --> src/iter.rs:455:5 | 455 | fn select(self, selectors: &str) -> Result<Select<Self>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: src/iter.rs#L446
warning: this returns a `Result<_, ()>` --> src/iter.rs:446:5 | 446 | fn select(self, selectors: &str) -> Result<Select<Elements<Self>>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: src/iter.rs#L455
warning: this returns a `Result<_, ()>` --> src/iter.rs:455:5 | 455 | fn select(self, selectors: &str) -> Result<Select<Self>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: src/iter.rs#L446
warning: this returns a `Result<_, ()>` --> src/iter.rs:446:5 | 446 | fn select(self, selectors: &str) -> Result<Select<Elements<Self>>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: src/iter.rs#L165
warning: this returns a `Result<_, ()>` --> src/iter.rs:165:5 | 165 | pub fn select_first(&self, selectors: &str) -> Result<NodeDataRef<ElementData>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: src/iter.rs#L165
warning: this returns a `Result<_, ()>` --> src/iter.rs:165:5 | 165 | pub fn select_first(&self, selectors: &str) -> Result<NodeDataRef<ElementData>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err
this returns a `Result<_, ()>`: src/iter.rs#L159
warning: this returns a `Result<_, ()>` --> src/iter.rs:159:5 | 159 | pub fn select(&self, selectors: &str) -> Result<Select<Elements<Descendants>>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err = note: `#[warn(clippy::result_unit_err)]` on by default
this returns a `Result<_, ()>`: src/iter.rs#L159
warning: this returns a `Result<_, ()>` --> src/iter.rs:159:5 | 159 | pub fn select(&self, selectors: &str) -> Result<Select<Elements<Descendants>>, ()> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use a custom `Error` type instead = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_unit_err = note: `#[warn(clippy::result_unit_err)]` on by default