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
Previously this used the selector
`link[type='text/css'][href*='normalize']` to inject the vendored HTML.
Unfortunately, this selector did not exist in very old versions of
rustdoc. Instead, this now adds the `vendored.css` stylesheet at the
start of the `<head>` tag.
0 commit comments