diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-07-19 11:06:42 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-07-19 11:07:07 +0200 |
commit | ed42e65627f3283f0e002490fbcb652649fd3afc (patch) | |
tree | 8eba438f2b234714bcf00c5d4e9c9a836ff97baf /readme.md | |
parent | f98836b85ce71157adaa10c9d5ef5c0ee527e67a (diff) | |
download | markdown-rs-ed42e65627f3283f0e002490fbcb652649fd3afc.tar.gz markdown-rs-ed42e65627f3283f0e002490fbcb652649fd3afc.tar.bz2 markdown-rs-ed42e65627f3283f0e002490fbcb652649fd3afc.zip |
Replace use of `HashSet` with `vec`
Diffstat (limited to '')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ cargo doc --document-private-items #### Misc -- [ ] (3) `no_std`: remove all `HashSet`s/`HashMap` to use vecs, vecs w/ tuples? +- [ ] (3) `no_std`: remove all `HashMap` to use vecs, vecs w/ tuples? - [ ] (3) Remove splicing and cloning in subtokenizer - [ ] (3) Pass more references around - [ ] (1) Get markers from constructs (`string`, `text`) |