Add equilibrium-padded interpolator constructors #112
dasp.yml
on: pull_request
cargo-fmt-check
16s
cargo-test
40s
cargo-test-no-default-features
44s
cargo-test-all-features
44s
cargo-test-all-features-no-std
32s
cargo-doc
36s
cargo-publish
0s
Annotations
150 warnings
|
cargo-fmt-check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
cargo-fmt-check
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/
|
|
cargo-fmt-check
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/
|
|
cargo-fmt-check
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/
|
|
cargo-fmt-check
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/
|
|
cargo-doc
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
cargo-doc
output filename collision at /home/runner/work/dasp/dasp/target/doc/dasp_window/index.html
|
|
cargo-doc
output filename collision at /home/runner/work/dasp/dasp/target/doc/dasp_slice/index.html
|
|
cargo-doc
output filename collision at /home/runner/work/dasp/dasp/target/doc/dasp_signal/index.html
|
|
cargo-doc
output filename collision at /home/runner/work/dasp/dasp/target/doc/dasp_sample/index.html
|
|
cargo-doc
output filename collision at /home/runner/work/dasp/dasp/target/doc/dasp_rms/index.html
|
|
cargo-doc
output filename collision at /home/runner/work/dasp/dasp/target/doc/dasp_ring_buffer/index.html
|
|
cargo-doc
output filename collision at /home/runner/work/dasp/dasp/target/doc/dasp_peak/index.html
|
|
cargo-doc
output filename collision at /home/runner/work/dasp/dasp/target/doc/dasp_interpolate/index.html
|
|
cargo-doc
output filename collision at /home/runner/work/dasp/dasp/target/doc/dasp_frame/index.html
|
|
cargo-doc
output filename collision at /home/runner/work/dasp/dasp/target/doc/dasp_envelope/index.html
|
|
cargo-doc
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/
|
|
cargo-doc
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/
|
|
cargo-doc
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/
|
|
cargo-doc
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/
|
|
cargo-test-all-features-no-std
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
cargo-test-all-features-no-std
`dasp_envelope` (lib) generated 2 warnings
|
|
cargo-test-all-features-no-std:
dasp_envelope/src/detect/ops.rs#L10
unnecessary `unsafe` block
|
|
cargo-test-all-features-no-std:
dasp_envelope/src/lib.rs#L26
the feature `core_intrinsics` is internal to the compiler or standard library
|
|
cargo-test-all-features-no-std
`dasp_ring_buffer` (lib) generated 6 warnings (run `cargo fix --lib -p dasp_ring_buffer` to apply 6 suggestions)
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L765
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L618
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L609
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L314
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L308
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L302
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std
1 warning emitted
|
|
cargo-test-all-features-no-std:
dasp_window/src/lib.rs#L19
the feature `core_intrinsics` is internal to the compiler or standard library
|
|
cargo-test-all-features-no-std
`dasp_window` (lib) generated 2 warnings
|
|
cargo-test-all-features-no-std:
dasp_window/src/hann/ops.rs#L6
unnecessary `unsafe` block
|
|
cargo-test-all-features-no-std:
dasp_window/src/lib.rs#L19
the feature `core_intrinsics` is internal to the compiler or standard library
|
|
cargo-test-all-features-no-std:
dasp_interpolate/src/sinc/ops.rs#L15
unnecessary `unsafe` block
|
|
cargo-test-all-features-no-std:
dasp_interpolate/src/sinc/ops.rs#L6
unnecessary `unsafe` block
|
|
cargo-test-all-features-no-std:
dasp_interpolate/src/lib.rs#L26
the feature `core_intrinsics` is internal to the compiler or standard library
|
|
cargo-test-all-features-no-std
`dasp_ring_buffer` (lib) generated 6 warnings (run `cargo fix --lib -p dasp_ring_buffer` to apply 6 suggestions)
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L765
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L618
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L609
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L314
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L308
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L302
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std:
dasp_interpolate/src/lib.rs#L26
the feature `core_intrinsics` is internal to the compiler or standard library
|
|
cargo-test-all-features-no-std
`dasp_ring_buffer` (lib) generated 6 warnings (run `cargo fix --lib -p dasp_ring_buffer` to apply 6 suggestions)
|
|
cargo-test-all-features-no-std:
dasp_window/src/hann/ops.rs#L6
unnecessary `unsafe` block
|
|
cargo-test-all-features-no-std:
dasp_window/src/lib.rs#L19
the feature `core_intrinsics` is internal to the compiler or standard library
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L765
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L618
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L609
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L314
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L308
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L302
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std
`dasp_window` (lib) generated 2 warnings
|
|
cargo-test-all-features-no-std:
dasp_window/src/hann/ops.rs#L6
unnecessary `unsafe` block
|
|
cargo-test-all-features-no-std:
dasp_window/src/lib.rs#L19
the feature `core_intrinsics` is internal to the compiler or standard library
|
|
cargo-test-all-features-no-std
`dasp_ring_buffer` (lib) generated 6 warnings (run `cargo fix --lib -p dasp_ring_buffer` to apply 6 suggestions)
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L765
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L618
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L609
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L314
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L308
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std:
dasp_ring_buffer/src/lib.rs#L302
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features-no-std
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/
|
|
cargo-test-all-features-no-std
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/
|
|
cargo-test-all-features-no-std
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/
|
|
cargo-test-all-features-no-std
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/
|
|
cargo-test-all-features
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
cargo-test-all-features:
dasp_signal/src/lib.rs#L2452
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features:
dasp_signal/src/lib.rs#L1132
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features:
dasp_signal/src/lib.rs#L60
unexpected `cfg` condition name: `features`
|
|
cargo-test-all-features
`dasp_ring_buffer` (lib) generated 6 warnings (run `cargo fix --lib -p dasp_ring_buffer` to apply 6 suggestions)
|
|
cargo-test-all-features:
dasp_ring_buffer/src/lib.rs#L765
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features:
dasp_ring_buffer/src/lib.rs#L618
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features:
dasp_ring_buffer/src/lib.rs#L609
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features:
dasp_ring_buffer/src/lib.rs#L314
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features:
dasp_ring_buffer/src/lib.rs#L308
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features:
dasp_ring_buffer/src/lib.rs#L302
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-all-features
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/
|
|
cargo-test-all-features
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/
|
|
cargo-test-all-features
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/
|
|
cargo-test-all-features
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/
|
|
cargo-test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
cargo-test:
dasp_signal/src/lib.rs#L2452
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test:
dasp_signal/src/lib.rs#L1132
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test:
dasp_signal/src/lib.rs#L60
unexpected `cfg` condition name: `features`
|
|
cargo-test
`dasp_ring_buffer` (lib) generated 6 warnings (run `cargo fix --lib -p dasp_ring_buffer` to apply 6 suggestions)
|
|
cargo-test:
dasp_ring_buffer/src/lib.rs#L765
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test:
dasp_ring_buffer/src/lib.rs#L618
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test:
dasp_ring_buffer/src/lib.rs#L609
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test:
dasp_ring_buffer/src/lib.rs#L314
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test:
dasp_ring_buffer/src/lib.rs#L308
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test:
dasp_ring_buffer/src/lib.rs#L302
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-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/
|
|
cargo-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/
|
|
cargo-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/
|
|
cargo-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/
|
|
cargo-test-no-default-features:
dasp_envelope/src/lib.rs#L26
the feature `core_intrinsics` is internal to the compiler or standard library
|
|
cargo-test-no-default-features:
dasp_interpolate/src/lib.rs#L26
the feature `core_intrinsics` is internal to the compiler or standard library
|
|
cargo-test-no-default-features:
dasp_window/src/lib.rs#L19
the feature `core_intrinsics` is internal to the compiler or standard library
|
|
cargo-test-no-default-features
`dasp_ring_buffer` (lib) generated 6 warnings (run `cargo fix --lib -p dasp_ring_buffer` to apply 6 suggestions)
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L765
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L618
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L609
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L314
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L308
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L302
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features
`dasp_ring_buffer` (lib) generated 6 warnings (run `cargo fix --lib -p dasp_ring_buffer` to apply 6 suggestions)
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L765
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L618
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L609
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L314
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L308
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L302
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features
`dasp_ring_buffer` (lib test) generated 6 warnings (6 duplicates)
|
|
cargo-test-no-default-features:
dasp_ring_buffer/tests/ring_buffer.rs#L24
unused return value of `from` that must be used
|
|
cargo-test-no-default-features
`dasp_ring_buffer` (lib) generated 6 warnings (run `cargo fix --lib -p dasp_ring_buffer` to apply 6 suggestions)
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L765
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L618
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L609
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L314
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L308
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L302
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features
`dasp_interpolate` (lib) generated 2 warnings
|
|
cargo-test-no-default-features:
dasp_interpolate/src/lib.rs#L26
feature `core_intrinsics` is declared but not used
|
|
cargo-test-no-default-features:
dasp_interpolate/src/lib.rs#L26
the feature `core_intrinsics` is internal to the compiler or standard library
|
|
cargo-test-no-default-features
`dasp_ring_buffer` (lib) generated 6 warnings (run `cargo fix --lib -p dasp_ring_buffer` to apply 6 suggestions)
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L765
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L618
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L609
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L314
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L308
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L302
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features
`dasp_envelope` (lib) generated 2 warnings
|
|
cargo-test-no-default-features:
dasp_envelope/src/detect/ops.rs#L10
unnecessary `unsafe` block
|
|
cargo-test-no-default-features:
dasp_envelope/src/lib.rs#L26
the feature `core_intrinsics` is internal to the compiler or standard library
|
|
cargo-test-no-default-features
`dasp_ring_buffer` (lib) generated 6 warnings (run `cargo fix --lib -p dasp_ring_buffer` to apply 6 suggestions)
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L765
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L618
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L609
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L314
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L308
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features:
dasp_ring_buffer/src/lib.rs#L302
hiding a lifetime that's elided elsewhere is confusing
|
|
cargo-test-no-default-features
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/
|
|
cargo-test-no-default-features
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/
|
|
cargo-test-no-default-features
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/
|
|
cargo-test-no-default-features
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/
|