Open
Description
The generated assembly for code using next_byte_unchecked like skip_whitespace has a suprising number of indirections in order to actually get the byte value. This is caused by the need to get the slice, then get the byte at the desired offset from it at
rust-cssparser/src/tokenizer.rs
Line 372 in 682087f