1
0
Fork 0
mirror of https://git.sr.ht/~nixgoat/vento synced 2024-11-24 07:43:37 +00:00
vento/src
Lux Aliaga 73ef278372 inv: Use is_empty() method for empty comparisons
This was suggested by cargo-clippy. Instead of comparing against "",
it's better use the method is_empty() to determine if the dir argument
in the list() function is not empty.
2023-08-28 02:03:29 -04:00
..
bin inv: Don't display slot unless argument is passed 2023-08-26 15:32:27 -04:00
archive.rs src: Linting and formatting 2023-08-20 12:36:45 -04:00
common.rs common: Add Item hierarchy in config 2023-08-26 11:24:15 -04:00
history.rs item: Don't display slot if not stated explicitly 2023-08-26 10:54:53 -04:00
inv.rs inv: Use is_empty() method for empty comparisons 2023-08-28 02:03:29 -04:00
item.rs item: Remove extra whitespace on Take message 2023-08-26 21:36:10 -04:00
lib.rs help: Deprecate in favor of Clap 2023-08-21 13:41:41 -04:00
message.rs src: Linting and formatting 2023-08-20 12:36:45 -04:00