feat(pagination): do it #212
Annotations
7 errors and 3 warnings
regex syntax error: look-around, including look-ahead and look-behind, is not supported:
axoupdater/src/lib.rs#L807
error: regex syntax error: look-around, including look-ahead and look-behind, is not supported
--> axoupdater/src/lib.rs:807:39
|
807 | let next_pattern = Regex::new(r#"/(?<=<)([\S]*)(?=>; rel="Next")"/i"#).expect("bad regex");
| ^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#invalid_regex
= note: `#[deny(clippy::invalid_regex)]` on by default
|
regex syntax error: look-around, including look-ahead and look-behind, is not supported:
axoupdater/src/lib.rs#L807
error: regex syntax error: look-around, including look-ahead and look-behind, is not supported
--> axoupdater/src/lib.rs:807:39
|
807 | let next_pattern = Regex::new(r#"/(?<=<)([\S]*)(?=>; rel="Next")"/i"#).expect("bad regex");
| ^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#invalid_regex
= note: `#[deny(clippy::invalid_regex)]` on by default
|
clippy
Clippy had exited with the 101 exit code
|
test (ubuntu-latest, stable)
Process completed with exit code 101.
|
test (windows-latest, stable)
The job was canceled because "ubuntu-latest_stable" failed.
|
test (macOS-14, stable)
The job was canceled because "ubuntu-latest_stable" failed.
|
test (macOS-14, stable)
The operation was canceled.
|
fmt
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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/.
|
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|