solana/tokens/src
behzad nouri 4ec5ea6f7b
replaces assert!(matches!(...)) with assert_matches!(...) (#33068)
assert_matches!(...) provides more informative error message when it
fails and it is part of nightly rust:
https://doc.rust-lang.org/std/assert_matches/macro.assert_matches.html
2023-08-30 13:48:27 -04:00
..
arg_parser.rs Support monikers in solana-tokens (#29693) 2023-01-12 23:27:34 -07:00
args.rs
commands.rs Clean up Spl type conversions (#31845) 2023-05-30 14:34:38 -06:00
db.rs replaces assert!(matches!(...)) with assert_matches!(...) (#33068) 2023-08-30 13:48:27 -04:00
lib.rs
main.rs ci: treewide: deny used_underscore_binding (#31319) 2023-04-27 10:10:16 +09:00
spl_token.rs Clean up Spl type conversions (#31845) 2023-05-30 14:34:38 -06:00
token_display.rs patches errors from clippy::uninlined_format_args 2022-12-06 19:32:15 +00:00