Skip to content

Fixing to work with nightly (#11) #10

Fixing to work with nightly (#11)

Fixing to work with nightly (#11) #10

Triggered via push July 4, 2024 16:34
Status Success
Total duration 37s
Artifacts 1

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

34 warnings
casting raw pointers to the same type and constness is unnecessary (`*mut i32` -> `*mut i32`): crates/lib/src/lib.rs#L41
warning: casting raw pointers to the same type and constness is unnecessary (`*mut i32` -> `*mut i32`) --> crates/lib/src/lib.rs:41:32 | 41 | let file_len_ptr = message_len_ptr.add(message.len()) as *mut i32; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `message_len_ptr.add(message.len())` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast = note: `#[warn(clippy::unnecessary_cast)]` on by default
the feature `panic_info_message` has been stable since 1.81.0-nightly and no longer requires an attribute to enable: crates/lib/src/lib.rs#L7
warning: the feature `panic_info_message` has been stable since 1.81.0-nightly and no longer requires an attribute to enable --> crates/lib/src/lib.rs:7:5 | 7 | panic_info_message | ^^^^^^^^^^^^^^^^^^ | = note: `#[warn(stable_features)]` on by default
unused import: `aidoku_imports::Write`: crates/lib/src/lib.rs#L66
warning: unused import: `aidoku_imports::Write` --> crates/lib/src/lib.rs:66:9 | 66 | use aidoku_imports::Write; | ^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
the feature `fmt_internals` is internal to the compiler or standard library: crates/lib/src/lib.rs#L6
warning: the feature `fmt_internals` is internal to the compiler or standard library --> crates/lib/src/lib.rs:6:5 | 6 | fmt_internals, | ^^^^^^^^^^^^^ | = note: using it is strongly discouraged
the feature `core_intrinsics` is internal to the compiler or standard library: crates/lib/src/lib.rs#L4
warning: the feature `core_intrinsics` is internal to the compiler or standard library --> crates/lib/src/lib.rs:4:5 | 4 | core_intrinsics, | ^^^^^^^^^^^^^^^ | = note: using it is strongly discouraged = note: `#[warn(internal_features)]` on by default
doc list item missing indentation: crates/imports/src/std.rs#L204
warning: doc list item missing indentation --> crates/imports/src/std.rs:204:9 | 204 | /// or an [abbreviation](https://gist.github.com/mteece/80fff3329074cf90d7991e55f4fc8de4). | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 204 | /// or an [abbreviation](https://gist.github.com/mteece/80fff3329074cf90d7991e55f4fc8de4). | ++
doc list item missing indentation: crates/imports/src/std.rs#L203
warning: doc list item missing indentation --> crates/imports/src/std.rs:203:9 | 203 | /// They can be a [zoneinfo timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 203 | /// They can be a [zoneinfo timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones), | ++
doc list item missing indentation: crates/imports/src/std.rs#L202
warning: doc list item missing indentation --> crates/imports/src/std.rs:202:9 | 202 | /// [TimeZone](https://developer.apple.com/documentation/foundation/timezone). | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 202 | /// [TimeZone](https://developer.apple.com/documentation/foundation/timezone). | ++
doc list item missing indentation: crates/imports/src/std.rs#L200
warning: doc list item missing indentation --> crates/imports/src/std.rs:200:9 | 200 | /// Also available on [NSDateFormatter](https://nsdateformatter.com/). | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 200 | /// Also available on [NSDateFormatter](https://nsdateformatter.com/). | ++
doc list item missing indentation: crates/imports/src/std.rs#L198
warning: doc list item missing indentation --> crates/imports/src/std.rs:198:9 | 198 | /// [NSDateFormatter](https://nsdateformatter.com/). | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation = note: `#[warn(clippy::doc_lazy_continuation)]` on by default help: indent this line | 198 | /// [NSDateFormatter](https://nsdateformatter.com/). | ++
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@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/
clippy
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
clippy
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/
clippy
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/
clippy
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/
clippy
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/
docs
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1, JamesIves/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
docs
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1, actions/upload-artifact@v3, JamesIves/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
docs
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/
docs
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/
docs
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/
docs
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/
docs
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/
docs
`/home/runner/work/aidoku-rs/aidoku-rs/.cargo/config` is deprecated in favor of `config.toml`
docs
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "docs". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
docs: crates/imports/src/html.rs#L183
redundant explicit link target
docs: crates/imports/src/json.rs#L1
redundant explicit link target
docs: crates/imports/src/net.rs#L202
redundant explicit link target
docs
`aidoku_imports` (lib doc) generated 3 warnings
docs: crates/lib/src/lib.rs#L4
the feature `core_intrinsics` is internal to the compiler or standard library
docs: crates/lib/src/lib.rs#L6
the feature `fmt_internals` is internal to the compiler or standard library
docs: crates/lib/src/lib.rs#L66
unused import: `aidoku_imports::Write`
docs: crates/lib/src/lib.rs#L7
the feature `panic_info_message` has been stable since 1.81.0-nightly and no longer requires an attribute to enable

Artifacts

Produced during runtime
Name Size
docs Expired
5.07 MB