Closed michaelklishin closed 1 year ago
Merging #86 (1e45c08) into main (fdc93dd) will decrease coverage by
0.02%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #86 +/- ##
==========================================
- Coverage 85.84% 85.83% -0.02%
==========================================
Files 42 42
Lines 6120 6120
==========================================
- Hits 5254 5253 -1
- Misses 866 867 +1
Impacted Files | Coverage Δ | |
---|---|---|
amqprs/src/api/channel/basic.rs | 91.66% <ø> (ø) |
... and 1 file with indirect coverage changes
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
the build failed due to clippy error, please check
Clippy warns of deprecated field usage in the library itself. Disabling it for individual expressions is considered experimental.
I guess I'll just leave it as is since any user of this field will get a visible connection error from RabbitMQ.
RabbitMQ versions starting with 3.0.0 do not support it.
Closes #82