aboutsummaryrefslogtreecommitdiffstats
path: root/src/yaml/write.rs
diff options
context:
space:
mode:
authorTeddy Wing2022-03-21 02:04:29 +0100
committerTeddy Wing2022-03-21 02:04:29 +0100
commit9816ad12c931e18ea7cc0e6cfaf3914a173e173e (patch)
treea03efc65717943382cbba21ae12e8161000eaba5 /src/yaml/write.rs
parent3f5c588dcc24c2d8a642f56694f68b1afa2207ea (diff)
downloadyaqlite-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/yaml/write.rs')
0 files changed, 0 insertions, 0 deletions