Skip to content

Commit

Permalink
build: Make match_byte a proper proc-macro.
Browse files Browse the repository at this point in the history
Now these are stable. Fix a bunch of warnings that this exposed.

This seems still a valuable optimization from looking at existing
benchmarks.
  • Loading branch information
emilio committed May 9, 2023
1 parent b0c1761 commit f83b67f
Show file tree
Hide file tree
Showing 8 changed files with 189 additions and 303 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ repository = "https://github.com/servo/rust-cssparser"
readme = "README.md"
keywords = ["css", "syntax", "parser"]
license = "MPL-2.0"
build = "build.rs"
edition = "2018"
rust-version = "1.63"

Expand Down
41 changes: 0 additions & 41 deletions build.rs

This file was deleted.

209 changes: 0 additions & 209 deletions build/match_byte.rs

This file was deleted.

Loading

0 comments on commit f83b67f

Please sign in to comment.