mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
b3001230a5
rustdoc: remove unused CSS `div.impl-items > div` This was added in9077d540dato override the style on `<div>` tags that were acting as headers. These `<div>` tags were replaced with `<section>` tags in32f62607c3, but this CSS was probably already redundant even then (the headers had already been replaced with real `<h3>` and `<h4>` tags in76a3b609d0).
This directory contains the source code of the rust project, including:
- The test suite
- The bootstrapping build system
- Various submodules for tools, like cargo, miri, etc.
For more information on how various parts of the compiler work, see the rustc dev guide.