mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
973c7527b4
Previously it was rather inconsistent which crates got the rust logo and which didn't and setting html_root_url was forgotten in many cases.
5 lines
197 B
Rust
5 lines
197 B
Rust
// This crate is intentionally empty and a re-export of `rustc_driver_impl` to allow the code in
|
|
// `rustc_driver_impl` to be compiled in parallel with other crates.
|
|
|
|
pub use rustc_driver_impl::*;
|