Skip to content

Adds update permissions intent and validation #2768

Adds update permissions intent and validation

Adds update permissions intent and validation #2768

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 2414 in xmtp_mls/src/groups/mod.rs

See this annotation in the file changed.

@github-actions github-actions / workspace

`assert!(false, ..)` should probably be replaced

warning: `assert!(false, ..)` should probably be replaced
    --> xmtp_mls/src/groups/mod.rs:2414:13
     |
2414 |             assert!(false, "Expected error updating permissions");
     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = help: use `panic!(..)` or `unreachable!(..)`
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants

Check warning on line 2404 in xmtp_mls/src/groups/mod.rs

See this annotation in the file changed.

@github-actions github-actions / workspace

`assert!(false, ..)` should probably be replaced

warning: `assert!(false, ..)` should probably be replaced
    --> xmtp_mls/src/groups/mod.rs:2404:13
     |
2404 |             assert!(false, "Expected error adding member");
     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     |
     = help: use `panic!(..)` or `unreachable!(..)`
     = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants
     = note: `#[warn(clippy::assertions_on_constants)]` on by default