Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deny unused async #838
Deny unused async #838
Changes from all commits
884cd52
c0099fb
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 63 in crates/bitwarden-uniffi/src/crypto.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/crypto.rs#L63
Check warning on line 70 in crates/bitwarden-uniffi/src/crypto.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/crypto.rs#L70
Check warning on line 82 in crates/bitwarden-uniffi/src/crypto.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/crypto.rs#L82
Check warning on line 21 in crates/bitwarden-uniffi/src/tool/mod.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/tool/mod.rs#L21
Check warning on line 26 in crates/bitwarden-uniffi/src/tool/mod.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/tool/mod.rs#L26
Check warning on line 60 in crates/bitwarden-uniffi/src/tool/mod.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/tool/mod.rs#L60
Check warning on line 76 in crates/bitwarden-uniffi/src/tool/mod.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/tool/mod.rs#L76
Check warning on line 14 in crates/bitwarden-uniffi/src/tool/sends.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/tool/sends.rs#L14
Check warning on line 25 in crates/bitwarden-uniffi/src/tool/sends.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/tool/sends.rs#L25
Check warning on line 39 in crates/bitwarden-uniffi/src/tool/sends.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/tool/sends.rs#L35-L39
Check warning on line 44 in crates/bitwarden-uniffi/src/tool/sends.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/tool/sends.rs#L44
Check warning on line 49 in crates/bitwarden-uniffi/src/tool/sends.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/tool/sends.rs#L49
Check warning on line 60 in crates/bitwarden-uniffi/src/tool/sends.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/tool/sends.rs#L60
Check warning on line 74 in crates/bitwarden-uniffi/src/tool/sends.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/tool/sends.rs#L70-L74
Check warning on line 26 in crates/bitwarden-uniffi/src/vault/attachments.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/vault/attachments.rs#L26
Check warning on line 42 in crates/bitwarden-uniffi/src/vault/attachments.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/vault/attachments.rs#L37-L42
Check warning on line 58 in crates/bitwarden-uniffi/src/vault/attachments.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/vault/attachments.rs#L58
Check warning on line 74 in crates/bitwarden-uniffi/src/vault/attachments.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/vault/attachments.rs#L69-L74
Check warning on line 22 in crates/bitwarden-uniffi/src/vault/ciphers.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/vault/ciphers.rs#L22
Check warning on line 27 in crates/bitwarden-uniffi/src/vault/ciphers.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/vault/ciphers.rs#L27
Check warning on line 39 in crates/bitwarden-uniffi/src/vault/ciphers.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/vault/ciphers.rs#L39
Check warning on line 55 in crates/bitwarden-uniffi/src/vault/ciphers.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/vault/ciphers.rs#L55
Check warning on line 21 in crates/bitwarden-uniffi/src/vault/collections.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/vault/collections.rs#L21
Check warning on line 33 in crates/bitwarden-uniffi/src/vault/collections.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/vault/collections.rs#L33
Check warning on line 14 in crates/bitwarden-uniffi/src/vault/folders.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/vault/folders.rs#L14
Check warning on line 19 in crates/bitwarden-uniffi/src/vault/folders.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/vault/folders.rs#L19
Check warning on line 31 in crates/bitwarden-uniffi/src/vault/folders.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/vault/folders.rs#L31
Check warning on line 21 in crates/bitwarden-uniffi/src/vault/password_history.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/vault/password_history.rs#L21
Check warning on line 36 in crates/bitwarden-uniffi/src/vault/password_history.rs
Codecov / codecov/patch
crates/bitwarden-uniffi/src/vault/password_history.rs#L36
Check warning on line 49 in crates/bitwarden/src/auth/client_auth.rs
Codecov / codecov/patch
crates/bitwarden/src/auth/client_auth.rs#L49
Check warning on line 58 in crates/bitwarden/src/auth/client_auth.rs
Codecov / codecov/patch
crates/bitwarden/src/auth/client_auth.rs#L58