rusty-diceware

Commandline diceware, with or without dice, written in Rustlang.
git clone https://kaka.farm/~git/rusty-diceware
Log | Files | Refs | README | LICENSE

commit 37d061c146da01b18f4600dc6947aae7e844ed73
parent 5a87dc62b8087a55f538891ebf680e4d85b1b7eb
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Thu,  7 Nov 2024 04:48:55 +0200

Remove unneeded `use rand_chacha`.

Diffstat:
Mtests/tests.rs | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/tests/tests.rs b/tests/tests.rs @@ -1,5 +1,3 @@ -use rand_chacha; - macro_rules! create_test { ( $wordlist_name: ident, $test_name: ident, $expected: expr ) => { #[test]