Skip to content

chore(deps): update dependency prettier to ^3.3.1 #212

chore(deps): update dependency prettier to ^3.3.1

chore(deps): update dependency prettier to ^3.3.1 #212

Triggered via push June 8, 2024 10:37
Status Success
Total duration 46s
Artifacts

ci.yml

on: push
main
18s
main
rust-tests-clippy-warnings
18s
rust-tests-clippy-warnings
rust-tests-cross
37s
rust-tests-cross
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
function `is_odd1` is never used: rust_tests/clippy_warnings/src/other.rs#L1
warning: function `is_odd1` is never used --> rust_tests/clippy_warnings/src/other.rs:1:4 | 1 | fn is_odd1(a: i64) -> bool { | ^^^^^^^ | = note: `#[warn(dead_code)]` on by default
function `is_odd2` is never used: rust_tests/clippy_warnings/src/other.rs#L9
warning: function `is_odd2` is never used --> rust_tests/clippy_warnings/src/other.rs:9:4 | 9 | fn is_odd2(a: i64) -> bool { | ^^^^^^^
function `is_odd3` is never used: rust_tests/clippy_warnings/src/other.rs#L17
warning: function `is_odd3` is never used --> rust_tests/clippy_warnings/src/other.rs:17:4 | 17 | fn is_odd3(a: i64) -> bool { | ^^^^^^^
function `is_odd4` is never used: rust_tests/clippy_warnings/src/other.rs#L25
warning: function `is_odd4` is never used --> rust_tests/clippy_warnings/src/other.rs:25:4 | 25 | fn is_odd4(a: i64) -> bool { | ^^^^^^^
function `is_odd5` is never used: rust_tests/clippy_warnings/src/other.rs#L33
warning: function `is_odd5` is never used --> rust_tests/clippy_warnings/src/other.rs:33:4 | 33 | fn is_odd5(a: i64) -> bool { | ^^^^^^^
function `is_odd6` is never used: rust_tests/clippy_warnings/src/other.rs#L41
warning: function `is_odd6` is never used --> rust_tests/clippy_warnings/src/other.rs:41:4 | 41 | fn is_odd6(a: i64) -> bool { | ^^^^^^^
function `is_odd7` is never used: rust_tests/clippy_warnings/src/other.rs#L49
warning: function `is_odd7` is never used --> rust_tests/clippy_warnings/src/other.rs:49:4 | 49 | fn is_odd7(a: i64) -> bool { | ^^^^^^^
function `is_odd8` is never used: rust_tests/clippy_warnings/src/other.rs#L57
warning: function `is_odd8` is never used --> rust_tests/clippy_warnings/src/other.rs:57:4 | 57 | fn is_odd8(a: i64) -> bool { | ^^^^^^^
function `is_odd9` is never used: rust_tests/clippy_warnings/src/other.rs#L65
warning: function `is_odd9` is never used --> rust_tests/clippy_warnings/src/other.rs:65:4 | 65 | fn is_odd9(a: i64) -> bool { | ^^^^^^^
unneeded `return` statement: rust_tests/clippy_warnings/src/other.rs#L3
warning: unneeded `return` statement --> rust_tests/clippy_warnings/src/other.rs:3:9 | 3 | return false; | ^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return = note: `#[warn(clippy::needless_return)]` on by default help: remove `return` | 3 - return false; 3 + false |
function `is_odd1` is never used: rust_tests/clippy_warnings/src/other.rs#L1
warning: function `is_odd1` is never used --> rust_tests/clippy_warnings/src/other.rs:1:4 | 1 | fn is_odd1(a: i64) -> bool { | ^^^^^^^ | = note: `#[warn(dead_code)]` on by default
function `is_odd2` is never used: rust_tests/clippy_warnings/src/other.rs#L9
warning: function `is_odd2` is never used --> rust_tests/clippy_warnings/src/other.rs:9:4 | 9 | fn is_odd2(a: i64) -> bool { | ^^^^^^^
function `is_odd3` is never used: rust_tests/clippy_warnings/src/other.rs#L17
warning: function `is_odd3` is never used --> rust_tests/clippy_warnings/src/other.rs:17:4 | 17 | fn is_odd3(a: i64) -> bool { | ^^^^^^^
function `is_odd4` is never used: rust_tests/clippy_warnings/src/other.rs#L25
warning: function `is_odd4` is never used --> rust_tests/clippy_warnings/src/other.rs:25:4 | 25 | fn is_odd4(a: i64) -> bool { | ^^^^^^^
function `is_odd5` is never used: rust_tests/clippy_warnings/src/other.rs#L33
warning: function `is_odd5` is never used --> rust_tests/clippy_warnings/src/other.rs:33:4 | 33 | fn is_odd5(a: i64) -> bool { | ^^^^^^^
function `is_odd6` is never used: rust_tests/clippy_warnings/src/other.rs#L41
warning: function `is_odd6` is never used --> rust_tests/clippy_warnings/src/other.rs:41:4 | 41 | fn is_odd6(a: i64) -> bool { | ^^^^^^^
function `is_odd7` is never used: rust_tests/clippy_warnings/src/other.rs#L49
warning: function `is_odd7` is never used --> rust_tests/clippy_warnings/src/other.rs:49:4 | 49 | fn is_odd7(a: i64) -> bool { | ^^^^^^^
function `is_odd8` is never used: rust_tests/clippy_warnings/src/other.rs#L57
warning: function `is_odd8` is never used --> rust_tests/clippy_warnings/src/other.rs:57:4 | 57 | fn is_odd8(a: i64) -> bool { | ^^^^^^^
function `is_odd9` is never used: rust_tests/clippy_warnings/src/other.rs#L65
warning: function `is_odd9` is never used --> rust_tests/clippy_warnings/src/other.rs:65:4 | 65 | fn is_odd9(a: i64) -> bool { | ^^^^^^^
unneeded `return` statement: rust_tests/clippy_warnings/src/other.rs#L3
warning: unneeded `return` statement --> rust_tests/clippy_warnings/src/other.rs:3:9 | 3 | return false; | ^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return = note: `#[warn(clippy::needless_return)]` on by default help: remove `return` | 3 - return false; 3 + false |