Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert committed May 10, 2024
1 parent 62cf6b1 commit 3778841
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/minotari_ledger_wallet/rust-toolchain.toml
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly-2023-05-17"
channel = "nightly-2024-03-01"
2 changes: 1 addition & 1 deletion lints.toml
Expand Up @@ -15,6 +15,7 @@ deny = [
# Common mistakes
'clippy::await_holding_lock',
'unused_variables',
'unused_imports',
'dead_code',
'unused_extern_crates',
'unused_must_use',
Expand Down Expand Up @@ -69,5 +70,4 @@ allow = [
# `assert!(!foo(bar))` is misread the majority of the time, while `assert_eq!(foo(bar), false)` is crystal clear
'clippy::bool-assert-comparison',
'clippy::blocks_in_conditions',
'unused_imports', # TODO: DENY THIS
]

0 comments on commit 3778841

Please sign in to comment.