Skip to content

chore: Release oatbar version 0.0.31 #294

chore: Release oatbar version 0.0.31

chore: Release oatbar version 0.0.31 #294

Triggered via push June 30, 2024 03:17
Status Success
Total duration 1m 57s
Artifacts

on-push.yml

on: push
build-and-test
1m 50s
build-and-test
deploy-book
8s
deploy-book
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
transmute used without annotations: src/window.rs#L673
warning: transmute used without annotations --> src/window.rs:673:64 | 673 | unsafe { cairo::XCBConnection::from_raw_none(std::mem::transmute(conn.get_raw_conn())) }; | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<*mut xcb::ffi::xcb_connection_t, *mut cairo::cairo_sys::xcb_connection_t>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: src/window.rs#L650
warning: transmute used without annotations --> src/window.rs:650:64 | 650 | unsafe { cairo::XCBVisualType::from_raw_none(std::mem::transmute(visual as *mut _)) }; | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<*mut xcb::x::Visualtype, *mut cairo::cairo_sys::xcb_visualtype_t>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations
transmute used without annotations: src/window.rs#L648
warning: transmute used without annotations --> src/window.rs:648:64 | 648 | unsafe { cairo::XCBConnection::from_raw_none(std::mem::transmute(conn.get_raw_conn())) }; | ^^^^^^^^^ help: consider adding missing annotations: `transmute::<*mut xcb::ffi::xcb_connection_t, *mut cairo::cairo_sys::xcb_connection_t>` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#missing_transmute_annotations = note: `#[warn(clippy::missing_transmute_annotations)]` on by default
field `y` is never read: src/xrandr.rs#L11
warning: field `y` is never read --> src/xrandr.rs:11:9 | 7 | pub struct Monitor { | ------- field in this struct ... 11 | pub y: u16, | ^ | = note: `Monitor` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
field `bars` is never read: src/state.rs#L26
warning: field `bars` is never read --> src/state.rs:26:9 | 24 | pub struct State { | ----- field in this struct 25 | pub vars: HashMap<String, String>, 26 | pub bars: Vec<config::Bar<String>>, | ^^^^ | = note: `State` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
field `height` is never read: src/drawing.rs#L40
warning: field `height` is never read --> src/drawing.rs:40:9 | 34 | pub struct Context { | ------- field in this struct ... 40 | pub height: f64, | ^^^^^^ | = note: `Context` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
field `default_block` is never read: src/config.rs#L809
warning: field `default_block` is never read --> src/config.rs:809:9 | 806 | pub struct Config<Dynamic: Clone + Default + Debug> { | ------ field in this struct ... 809 | pub default_block: HashMap<Option<String>, DefaultBlock<Dynamic>>, | ^^^^^^^^^^^^^ | = note: `Config` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
build-and-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-and-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/