Skip to content

Commit 1373dac

Browse files
authored
Remove obsolete TODO section of README, close #164
1 parent 4f59874 commit 1373dac

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: README.md

-7
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,3 @@ Parsing CSS involves a series of steps:
5555

5656
See [Servo’s `style` crate](https://github.com/mozilla/servo/tree/master/components/style)
5757
for an example of a parser based on rust-cssparser.
58-
59-
60-
TODO
61-
----
62-
63-
* Figure out float and integer overflow in parsing. (Clamp instead?)
64-
* Make it fast! (Add a fast path in identifier tokenization?)

0 commit comments

Comments
 (0)