Skip to content

Bump to edition 2021 #922

Bump to edition 2021

Bump to edition 2021 #922

GitHub Actions / clippy succeeded Jul 5, 2024 in 0s

clippy

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 69 in libsignal-service-actix/src/websocket.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

warning: bound is defined in more than one place
  --> libsignal-service-actix/src/websocket.rs:69:18
   |
69 | async fn process<S: Stream>(
   |                  ^
...
75 |     S: Stream<Item = Result<Frame, WsProtocolError>>,
   |     ^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations

Check warning on line 69 in libsignal-service-actix/src/websocket.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

bound is defined in more than one place

warning: bound is defined in more than one place
  --> libsignal-service-actix/src/websocket.rs:69:18
   |
69 | async fn process<S: Stream>(
   |                  ^
...
74 |     S: Unpin,
   |     ^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
   = note: `#[warn(clippy::multiple_bound_locations)]` on by default