Add HashSet to random turbo.fish types
1 files changed, 1 insertions(+), 0 deletions(-) M src/random.rs
M src/random.rs => src/random.rs +1 -0
@@ 18,6 18,7 @@ static TYPES: &[&str] = &[ "&str", "String", "Vec<_>", + "HashSet<_>", "HashMap<_, _>", ];