diff options
author | Akshay <[email protected]> | 2020-03-19 12:05:16 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-03-19 12:05:16 +0000 |
commit | 9074d1a3834b6df96701e5fc8dfaf8ab01ce1ac6 (patch) | |
tree | 5538f0d1f0f34c1a4a4c330804de59cd7c7eac5b | |
parent | 520ec423bd1b052823e6489a58663191885f5942 (diff) |
fix formatting
-rw-r--r-- | readme.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -41,7 +41,7 @@ with the defaults: | |||
41 | 41 | ||
42 | ### todo | 42 | ### todo |
43 | 43 | ||
44 | [] improve error from trait impl | 44 | - [ ] improve error from trait impl |
45 | [] use `syn::Error` and `syn::Result` to report macro errors | 45 | - [ ] use `syn::Error` and `syn::Result` to report macro errors |
46 | [] write docs | 46 | - [ ] write docs |
47 | [] bundle and publish to crates.io | 47 | - [ ] bundle and publish to crates.io |