diff options
author | Teddy Wing | 2022-03-21 02:04:29 +0100 |
---|---|---|
committer | Teddy Wing | 2022-03-21 02:04:29 +0100 |
commit | 9816ad12c931e18ea7cc0e6cfaf3914a173e173e (patch) | |
tree | a03efc65717943382cbba21ae12e8161000eaba5 /src/lib.rs | |
parent | 3f5c588dcc24c2d8a642f56694f68b1afa2207ea (diff) | |
download | yaqlite-9816ad12c931e18ea7cc0e6cfaf3914a173e173e.tar.bz2 |
get_column_names(): Use `HashSet` instead of `HashMap`
This saves us from having to declare and use a vestigial unit struct
value for the hash.
In retrospect, I could have used the unit type instead of creating a
unit struct, but this is even cleaner. Only a couple hours ago learned
that `HashSet` exists.
Diffstat (limited to 'src/lib.rs')
0 files changed, 0 insertions, 0 deletions