Skip to content

Commit f83b67f

Browse files
committed
build: Make match_byte a proper proc-macro.
Now these are stable. Fix a bunch of warnings that this exposed. This seems still a valuable optimization from looking at existing benchmarks.
1 parent b0c1761 commit f83b67f

File tree

8 files changed

+189
-303
lines changed

8 files changed

+189
-303
lines changed

Diff for: Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ repository = "https://github.com/servo/rust-cssparser"
99
readme = "README.md"
1010
keywords = ["css", "syntax", "parser"]
1111
license = "MPL-2.0"
12-
build = "build.rs"
1312
edition = "2018"
1413
rust-version = "1.63"
1514

Diff for: build.rs

-41
This file was deleted.

Diff for: build/match_byte.rs

-209
This file was deleted.

0 commit comments

Comments
 (0)