Skip to content

Update vendored xcb-proto to 1.17.0 #1474

Update vendored xcb-proto to 1.17.0

Update vendored xcb-proto to 1.17.0 #1474

Triggered via pull request April 16, 2024 16:57
Status Success
Total duration 9m 47s
Artifacts

CI.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
clippy: generator/src/generator/namespace/mod.rs#L1606
[clippy] reported by reviewdog 🐶 <pre><code>warning: current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.70.0` --> generator/src/generator/namespace/mod.rs:1606:23 | 1606 | let regex = REGEX.get_or_init(|| Regex::new("https?://[a-zA-Z0-9-_/\\.]+").unwrap()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv = note: `#[warn(clippy::incompatible_msrv)]` on by default </code></pre> Raw Output: generator/src/generator/namespace/mod.rs:1606:23:w: <pre><code>warning: current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.70.0` --> generator/src/generator/namespace/mod.rs:1606:23 | 1606 | let regex = REGEX.get_or_init(|| Regex::new("https?://[a-zA-Z0-9-_/\\.]+").unwrap()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv = note: `#[warn(clippy::incompatible_msrv)]` on by default </code></pre> __END__
clippy: generator/src/generator/namespace/mod.rs#L1606
[clippy] reported by reviewdog 🐶 <pre><code>warning: current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.70.0` --> generator/src/generator/namespace/mod.rs:1606:23 | 1606 | let regex = REGEX.get_or_init(|| Regex::new("https?://[a-zA-Z0-9-_/\\.]+").unwrap()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv = note: `#[warn(clippy::incompatible_msrv)]` on by default </code></pre> Raw Output: generator/src/generator/namespace/mod.rs:1606:23:w: <pre><code>warning: current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.70.0` --> generator/src/generator/namespace/mod.rs:1606:23 | 1606 | let regex = REGEX.get_or_init(|| Regex::new("https?://[a-zA-Z0-9-_/\\.]+").unwrap()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv = note: `#[warn(clippy::incompatible_msrv)]` on by default </code></pre> __END__
clippy: extract-generated-code-doc/src/doc.rs#L11
[clippy] reported by reviewdog 🐶 <pre><code>warning: current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.70.0` --> extract-generated-code-doc/src/doc.rs:11:23 | 11 | let regex = REGEX.get_or_init(|| Regex::new("///.*(\n *///.*)+").unwrap()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv = note: `#[warn(clippy::incompatible_msrv)]` on by default </code></pre> Raw Output: extract-generated-code-doc/src/doc.rs:11:23:w: <pre><code>warning: current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.70.0` --> extract-generated-code-doc/src/doc.rs:11:23 | 11 | let regex = REGEX.get_or_init(|| Regex::new("///.*(\n *///.*)+").unwrap()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv = note: `#[warn(clippy::incompatible_msrv)]` on by default </code></pre> __END__
clippy: extract-generated-code-doc/src/doc.rs#L11
[clippy] reported by reviewdog 🐶 <pre><code>warning: current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.70.0` --> extract-generated-code-doc/src/doc.rs:11:23 | 11 | let regex = REGEX.get_or_init(|| Regex::new("///.*(\n *///.*)+").unwrap()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv = note: `#[warn(clippy::incompatible_msrv)]` on by default </code></pre> Raw Output: extract-generated-code-doc/src/doc.rs:11:23:w: <pre><code>warning: current MSRV (Minimum Supported Rust Version) is `1.63.0` but this item is stable since `1.70.0` --> extract-generated-code-doc/src/doc.rs:11:23 | 11 | let regex = REGEX.get_or_init(|| Regex::new("///.*(\n *///.*)+").unwrap()); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#incompatible_msrv = note: `#[warn(clippy::incompatible_msrv)]` on by default </code></pre> __END__
clippy: rustc/6fd1912922a7b468b1875d16571bb7a00d5df93f/library/std/src/prelude/mod.rs#L129
[clippy] reported by reviewdog 🐶 <pre><code>warning: the item `TryFrom` is imported redundantly --> x11rb/examples/record.rs:15:5 | 15 | use std::convert::TryFrom; | ^^^^^^^^^^^^^^^^^^^^^ --> /rustc/6fd1912922a7b468b1875d16571bb7a00d5df93f/library/std/src/prelude/mod.rs:129:13 | = note: the item `TryFrom` is already defined here | = note: `#[warn(unused_imports)]` on by default </code></pre> Raw Output: /rustc/6fd1912922a7b468b1875d16571bb7a00d5df93f/library/std/src/prelude/mod.rs:129:13:w: <pre><code>warning: the item `TryFrom` is imported redundantly --> x11rb/examples/record.rs:15:5 | 15 | use std::convert::TryFrom; | ^^^^^^^^^^^^^^^^^^^^^ --> /rustc/6fd1912922a7b468b1875d16571bb7a00d5df93f/library/std/src/prelude/mod.rs:129:13 | = note: the item `TryFrom` is already defined here | = note: `#[warn(unused_imports)]` on by default </code></pre> __END__
build (nightly)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.