diff options
author | 2022-07-05 13:03:09 +0200 | |
---|---|---|
committer | 2022-07-05 13:03:09 +0200 | |
commit | fd860a975b84da9a79abfa247787e6adbd5ea34c (patch) | |
tree | bd9db168c57478f4f37c234eac4087c2d69a6445 /readme.md | |
parent | 0bc099f8f8b6541a962e604b7ac25445a2a9252a (diff) | |
download | markdown-rs-fd860a975b84da9a79abfa247787e6adbd5ea34c.tar.gz markdown-rs-fd860a975b84da9a79abfa247787e6adbd5ea34c.tar.bz2 markdown-rs-fd860a975b84da9a79abfa247787e6adbd5ea34c.zip |
Refactor code style
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -154,7 +154,6 @@ cargo doc --document-private-items - [ ] (3) Check subtokenizer unraveling is ok - [ ] (3) Remove splicing and cloning in subtokenizer - [ ] (3) Pass more references around -- [ ] (1) Remove todos in `span.rs` if not needed - [ ] (1) Get markers from constructs (`string`, `text`) - [ ] (3) Read through rust docs to figure out what useful functions there are, and fix stuff I’m doing manually now @@ -276,3 +275,4 @@ important. - [x] (3) Unicode punctuation - [x] (1) Use rust to crawl unicode - [x] (1) Document attention +- [x] (1) Remove todos in `span.rs` if not needed |