experiments #589
Annotations
38 warnings
this `map_or` is redundant:
src/channel.rs#L576
warning: this `map_or` is redundant
--> src/channel.rs:576:17
|
576 | || !error.as_ref().map_or(false, |e| e.is_amqp_soft_error())
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use is_some_and instead: `error.as_ref().is_some_and(|e| e.is_amqp_soft_error())`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or
= note: `-W clippy::unnecessary-map-or` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::unnecessary_map_or)]`
|
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)
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)
flag `-Z features` has been stabilized in the 1.51 release, and is no longer necessary
|
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, 1.74.0):
examples/c.rs#L7
unnecessary `unsafe` block
|
build_and_test (ubuntu-latest, 1.74.0):
examples/publisher_confirms.rs#L12
unnecessary `unsafe` block
|
build_and_test (ubuntu-latest, 1.74.0):
examples/consumer.rs#L7
unnecessary `unsafe` block
|
build_and_test (ubuntu-latest, 1.74.0)
`lapin` (example "c") generated 1 warning
|
build_and_test (ubuntu-latest, 1.74.0)
`lapin` (example "publisher_confirms") generated 1 warning
|
build_and_test (ubuntu-latest, 1.74.0):
examples/reconnect.rs#L79
unnecessary `unsafe` block
|
build_and_test (ubuntu-latest, 1.74.0)
`lapin` (test "publisher_confirms") generated 1 warning
|
build_and_test (ubuntu-latest, 1.74.0):
examples/pubsub.rs#L10
unnecessary `unsafe` block
|
build_and_test (ubuntu-latest, 1.74.0):
examples/restore-topology.rs#L7
unnecessary `unsafe` block
|
build_and_test (ubuntu-latest, 1.74.0)
`lapin` (example "connection") generated 1 warning
|
build_and_test (ubuntu-latest, 1.74.0):
examples/restore-topology.rs#L7
unnecessary `unsafe` block
|
build_and_test (ubuntu-latest, 1.74.0):
examples/pubsub.rs#L10
unnecessary `unsafe` block
|
build_and_test (ubuntu-latest, 1.74.0)
`lapin` (example "restore-topology") generated 1 warning
|
build_and_test (ubuntu-latest, 1.74.0):
examples/connection.rs#L9
unnecessary `unsafe` block
|
build_and_test (ubuntu-latest, 1.74.0)
`lapin` (example "connection") generated 1 warning
|
build_and_test (ubuntu-latest, 1.74.0):
examples/client-certificate.rs#L31
unnecessary `unsafe` block
|
build_and_test (ubuntu-latest, 1.74.0)
`lapin` (test "publisher_confirms") generated 1 warning
|
build_and_test (ubuntu-latest, 1.74.0):
examples/print-topology.rs#L11
unnecessary `unsafe` block
|
build_and_test (ubuntu-latest, 1.74.0)
`lapin` (example "print-topology") generated 1 warning
|
build_and_test (ubuntu-latest, 1.74.0)
`lapin` (example "reconnect") generated 1 warning
|
build_and_test (ubuntu-latest, 1.74.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.74.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.74.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.74.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/
|