fix docs on the default TLS crate #423
Annotations
49 warnings
accessing first element with `restored.channels.get(0)`:
src/connection.rs#L160
warning: accessing first element with `restored.channels.get(0)`
--> src/connection.rs:160:43
|
160 | let channel = if let Some(chan) = restored.channels.get(0) {
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `restored.channels.first()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_first
= note: `-W clippy::get-first` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::get_first)]`
|
written amount is not handled:
src/buffer.rs#L206
warning: written amount is not handled
--> src/buffer.rs:206:13
|
206 | space.write(data)?
| ^^^^^^^^^^^^^^^^^^
|
= help: use `Write::write_all` instead, or handle partial writes
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unused_io_amount
= note: `-W clippy::unused-io-amount` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::unused_io_amount)]`
|
build_and_test (ubuntu-latest, beta)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build_and_test (ubuntu-latest, beta)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build_and_test (ubuntu-latest, beta):
src/channel.rs#L31
the item `TryFrom` is imported redundantly
|
build_and_test (ubuntu-latest, beta):
src/consumer.rs#L452
the item `Arc` is imported redundantly
|
build_and_test (ubuntu-latest, beta):
src/consumer.rs#L454
the item `Context` is imported redundantly
|
build_and_test (ubuntu-latest, beta):
src/consumer.rs#L454
the item `Poll` is imported redundantly
|
build_and_test (ubuntu-latest, beta)
`lapin` (lib) generated 1 warning
|
build_and_test (ubuntu-latest, beta)
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/
|
build_and_test (ubuntu-latest, beta)
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/
|
build_and_test (ubuntu-latest, beta)
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/
|
build_and_test (ubuntu-latest, beta)
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/
|
build_and_test (ubuntu-latest, beta):
src/channel.rs#L31
the item `TryFrom` is imported redundantly
|
build_and_test (ubuntu-latest, beta):
src/consumer.rs#L452
the item `Arc` is imported redundantly
|
build_and_test (ubuntu-latest, beta):
src/consumer.rs#L454
the item `Context` is imported redundantly
|
build_and_test (ubuntu-latest, beta):
src/consumer.rs#L454
the item `Poll` is imported redundantly
|
build_and_test (ubuntu-latest, beta)
`lapin` (lib test) generated 4 warnings
|
build_and_test (ubuntu-latest, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build_and_test (ubuntu-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build_and_test (ubuntu-latest, stable)
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/
|
build_and_test (ubuntu-latest, stable)
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/
|
build_and_test (ubuntu-latest, stable)
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/
|
build_and_test (ubuntu-latest, stable)
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/
|
build_and_test (ubuntu-latest, nightly)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build_and_test (ubuntu-latest, nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build_and_test (ubuntu-latest, nightly)
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/
|
build_and_test (ubuntu-latest, nightly)
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/
|
build_and_test (ubuntu-latest, nightly)
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/
|
build_and_test (ubuntu-latest, nightly)
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/
|
build_and_test (ubuntu-latest, nightly):
src/channel.rs#L31
the item `TryFrom` is imported redundantly
|
build_and_test (ubuntu-latest, nightly):
src/consumer.rs#L452
the item `Arc` is imported redundantly
|
build_and_test (ubuntu-latest, nightly):
src/consumer.rs#L454
the item `Context` is imported redundantly
|
build_and_test (ubuntu-latest, nightly):
src/consumer.rs#L454
the item `Poll` is imported redundantly
|
build_and_test (ubuntu-latest, nightly)
`lapin` (lib) generated 1 warning
|
build_and_test (ubuntu-latest, nightly)
flag `-Z features` has been stabilized in the 1.51 release, and is no longer necessary
|
build_and_test (ubuntu-latest, nightly):
src/channel.rs#L31
the item `TryFrom` is imported redundantly
|
build_and_test (ubuntu-latest, nightly)
`lapin` (lib) generated 1 warning
|
build_and_test (ubuntu-latest, nightly):
src/channel.rs#L31
the item `TryFrom` is imported redundantly
|
build_and_test (ubuntu-latest, nightly):
src/consumer.rs#L452
the item `Arc` is imported redundantly
|
build_and_test (ubuntu-latest, nightly):
src/consumer.rs#L454
the item `Context` is imported redundantly
|
build_and_test (ubuntu-latest, nightly):
src/consumer.rs#L454
the item `Poll` is imported redundantly
|
build_and_test (ubuntu-latest, nightly)
`lapin` (lib test) generated 4 warnings (1 duplicate)
|
build_and_test (ubuntu-latest, 1.63.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build_and_test (ubuntu-latest, 1.63.0)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build_and_test (ubuntu-latest, 1.63.0)
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/
|
build_and_test (ubuntu-latest, 1.63.0)
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/
|
build_and_test (ubuntu-latest, 1.63.0)
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/
|
build_and_test (ubuntu-latest, 1.63.0)
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/
|