Skip to content

added propose_group_context_extensions from openmls fork

Sign in for the full log view
GitHub Actions / ffi succeeded Apr 3, 2024 in 0s

ffi

3 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 3
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 57 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:48:1
   |
48 | / pub async fn create_client(
49 | |     logger: Box<dyn FfiLogger>,
50 | |     host: String,
51 | |     is_secure: bool,
...  |
56 | |     legacy_signed_private_key_proto: Option<Vec<u8>>,
57 | | ) -> 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

Check warning on line 29 in /home/runner/work/libxmtp/libxmtp/xmtp_mls/src/groups/mod.rs

See this annotation in the file changed.

@github-actions github-actions / ffi

unused import: `database::AccountAddresses`

warning: unused import: `database::AccountAddresses`
  --> /home/runner/work/libxmtp/libxmtp/xmtp_mls/src/groups/mod.rs:29:8
   |
29 |     }, database::AccountAddresses, message_contents::{plaintext_envelope::{Content, V1}, GroupMutableMetadataV1, PlaintextEnvelope}},
   |        ^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 5 in /home/runner/work/libxmtp/libxmtp/xmtp_mls/src/groups/sync.rs

See this annotation in the file changed.

@github-actions github-actions / ffi

unused import: `messages::proposals::GroupContextExtensionProposal`

warning: unused import: `messages::proposals::GroupContextExtensionProposal`
 --> /home/runner/work/libxmtp/libxmtp/xmtp_mls/src/groups/sync.rs:5:117
  |
5 | ...lMessage, group::MergePendingCommitError, messages::proposals::GroupContextExtensionProposal, prelude::{
  |                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default