Use single feature (#20289)

This commit is contained in:
Tyera Eulberg
2021-09-28 05:30:11 -05:00
committed by GitHub
parent 9b6ec0b6d5
commit c5d174c170
10 changed files with 94 additions and 116 deletions

View File

@@ -140,7 +140,7 @@ fn format_account_mode(message: &Message, index: usize) -> String {
} else {
"-"
},
if message.is_writable(index, /* restore_write_lock_when_upgradeable=*/ true) {
if message.is_writable(index, /* demote_program_write_locks=*/ true) {
"w" // comment for consistent rust fmt (no joking; lol)
} else {
"-"