Update the changelog for the next release #1477
Annotations
5 warnings
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/.
|
Run giraffate/clippy-action@v1:
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__
|
Run giraffate/clippy-action@v1:
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__
|
Run giraffate/clippy-action@v1:
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__
|
Run giraffate/clippy-action@v1:
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__
|
Loading