diff options
author | 2022-06-20 12:34:38 +0200 | |
---|---|---|
committer | 2022-06-20 12:34:38 +0200 | |
commit | 5bf187fab2df0122e51523d1c731e457ab366121 (patch) | |
tree | 02a661ef24cece9656af279e3d2405ada60333e5 /readme.md | |
parent | 912f91b2b35be6b0d05dd768d67599d76151bc5c (diff) | |
download | markdown-rs-5bf187fab2df0122e51523d1c731e457ab366121.tar.gz markdown-rs-5bf187fab2df0122e51523d1c731e457ab366121.tar.bz2 markdown-rs-5bf187fab2df0122e51523d1c731e457ab366121.zip |
Remove unneeded `pub` keywords
Diffstat (limited to '')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,6 @@ cargo doc --document-private-items ### Small things -- [ ] (1) Remove all `pub fn`s from constructs, except for start - [ ] (1) Remove `content` content type, as it is no longer needed - [ ] (1) Connect `ChunkString` in label, destination, title - [ ] (1) Add support for line endings in `string` @@ -174,6 +173,7 @@ cargo doc --document-private-items - [x] (1) Setext headings: can they be solved in content, or do they have to be solved in flow somehow - [x] (1) Add docs to partials +- [x] (1) Remove all `pub fn`s from constructs, except for start ### Extensions |