wip #510
Annotations
10 errors and 5 warnings
make kotlin docs:
keystore/src/entities/mls.rs#L399
expected attribute arguments in parentheses: `id(...)`
|
make kotlin docs:
keystore/src/entities/mls.rs#L411
expected attribute arguments in parentheses: `id(...)`
|
make kotlin docs:
keystore/src/transaction/mod.rs#L340
the trait bound `entities::mls::E2eiIntermediateCert: entities::Entity` is not satisfied
|
make kotlin docs:
keystore/src/transaction/mod.rs#L341
the trait bound `entities::mls::E2eiCrl: entities::Entity` is not satisfied
|
make kotlin docs:
keystore/src/transaction/mod.rs#L281
no associated item named `COLLECTION_NAME` found for struct `entities::mls::E2eiIntermediateCert` in the current scope
|
make kotlin docs:
keystore/src/transaction/mod.rs#L281
no associated item named `COLLECTION_NAME` found for struct `entities::mls::E2eiCrl` in the current scope
|
make kotlin docs:
keystore/src/transaction/mod.rs#L302
no method named `to_transaction_entity` found for struct `entities::mls::E2eiIntermediateCert` in the current scope
|
make kotlin docs:
keystore/src/transaction/mod.rs#L302
no method named `to_transaction_entity` found for struct `entities::mls::E2eiCrl` in the current scope
|
make kotlin docs:
keystore/src/transaction/dynamic_dispatch.rs#L163
the method `save` exists for reference `&E2eiIntermediateCert`, but its trait bounds were not satisfied
|
make kotlin docs:
keystore/src/transaction/dynamic_dispatch.rs#L164
the method `save` exists for reference `&E2eiCrl`, but its trait bounds were not satisfied
|
make kotlin docs:
crypto-macros/src/entity_derive/derive_impl.rs#L1
unused import: `ColumnType`
|
make kotlin docs:
crypto-macros/src/entity_derive/parse.rs#L5
unused import: `std::fmt::format`
|
make kotlin docs:
crypto-macros/src/entity_derive/derive_impl.rs#L57
unused variable: `optional_blob_columns`
|
make kotlin docs:
crypto-macros/src/entity_derive/derive_impl.rs#L58
unused variable: `optional_blob_column_names`
|
make kotlin docs:
crypto-macros/src/entity_derive/mod.rs#L106
variant `Sha256` is never constructed
|
Loading