You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(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.
0 commit comments