Skip to content

Commit f7916da

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 f7916da

File tree

7 files changed

+180
-303
lines changed

7 files changed

+180
-303
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
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

build.rs

Lines changed: 0 additions & 41 deletions
This file was deleted.

build/match_byte.rs

Lines changed: 0 additions & 209 deletions
This file was deleted.

0 commit comments

Comments
 (0)