aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-07-19 11:06:42 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-07-19 11:07:07 +0200
commited42e65627f3283f0e002490fbcb652649fd3afc (patch)
tree8eba438f2b234714bcf00c5d4e9c9a836ff97baf /readme.md
parentf98836b85ce71157adaa10c9d5ef5c0ee527e67a (diff)
downloadmarkdown-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index d5641df..f446535 100644
--- a/readme.md
+++ b/readme.md
@@ -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`)