Commits
Click on a commit to change the comparison rangerefactor(estree): add `#[repr(transparent)]` to config structs (#13212)
The `Config*` structs only contain a single field, so mark them `#[repr(transparent)]`.
Has no effect on perf, but it doesn't hurt, so on balance I think best to do it.3 months ago
by overlookmotel