Skip to content

Refactor of stream_all_messages, fix flaky stream tests #2771

Refactor of stream_all_messages, fix flaky stream tests

Refactor of stream_all_messages, fix flaky stream tests #2771

GitHub Actions / workspace succeeded Jun 27, 2024 in 0s

workspace

2 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 2
Note 0
Help 0

Versions

  • rustc 1.79.0 (129f3b996 2024-06-10)
  • cargo 1.79.0 (ffa9cf99a 2024-06-03)
  • clippy 0.1.79 (129f3b9 2024-06-10)

Annotations

Check warning on line 64 in xmtp_mls/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / workspace

unused import: `tracing_test::traced_test`

warning: unused import: `tracing_test::traced_test`
  --> xmtp_mls/src/lib.rs:64:9
   |
64 |     use tracing_test::traced_test;
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 63 in xmtp_mls/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / workspace

unused import: `log::LevelFilter`

warning: unused import: `log::LevelFilter`
  --> xmtp_mls/src/lib.rs:63:9
   |
63 |     use log::LevelFilter;
   |         ^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default