Skip to content

Bump protobuf spec #1082

Bump protobuf spec

Bump protobuf spec #1082

GitHub Actions / clippy failed Dec 22, 2024 in 0s

clippy

2 errors

Details

Results

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

Versions

  • rustc 1.83.0 (90b35a623 2024-11-26)
  • cargo 1.83.0 (5ffbef321 2024-10-29)
  • clippy 0.1.83 (90b35a6 2024-11-26)

Annotations

Check failure on line 317 in src/account_manager.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

missing fields `account_entropy_pool`, `ephemeral_backup_key` and `media_root_backup_key` in initializer of `proto::ProvisionMessage`

error[E0063]: missing fields `account_entropy_pool`, `ephemeral_backup_key` and `media_root_backup_key` in initializer of `proto::ProvisionMessage`
   --> src/account_manager.rs:317:19
    |
317 |         let msg = ProvisionMessage {
    |                   ^^^^^^^^^^^^^^^^ missing `account_entropy_pool`, `ephemeral_backup_key` and `media_root_backup_key`

Check failure on line 18 in src/provisioning/pipe.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unresolved import `crate::proto::ProvisioningUuid`

error[E0432]: unresolved import `crate::proto::ProvisioningUuid`
  --> src/provisioning/pipe.rs:18:9
   |
18 |         ProvisioningUuid, WebSocketRequestMessage, WebSocketResponseMessage,
   |         ^^^^^^^^^^^^^^^^ no `ProvisioningUuid` in `proto`