Skip to content

Merge branch '04-07-identityupdate_serialization' of github.com:xmtp/… #908

Merge branch '04-07-identityupdate_serialization' of github.com:xmtp/…

Merge branch '04-07-identityupdate_serialization' of github.com:xmtp/… #908

GitHub Actions / ffi succeeded Apr 7, 2024 in 1s

ffi

1 warning

Details

Results

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

Versions

  • rustc 1.77.1 (7cf61ebde 2024-03-27)
  • cargo 1.77.1 (e52e36006 2024-03-26)
  • clippy 0.1.77 (7cf61eb 2024-03-27)

Annotations

Check warning on line 58 in src/mls.rs

See this annotation in the file changed.

@github-actions github-actions / ffi

this function has too many arguments (8/7)

warning: this function has too many arguments (8/7)
  --> src/mls.rs:49:1
   |
49 | / pub async fn create_client(
50 | |     logger: Box<dyn FfiLogger>,
51 | |     host: String,
52 | |     is_secure: bool,
...  |
57 | |     legacy_signed_private_key_proto: Option<Vec<u8>>,
58 | | ) -> Result<Arc<FfiXmtpClient>, GenericError> {
   | |_____________________________________________^
   |
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
   = note: `#[warn(clippy::too_many_arguments)]` on by default