mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +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.
9 lines
148 B
Rust
9 lines
148 B
Rust
// tidy-alphabetical-start
|
|
#![feature(box_patterns)]
|
|
#![feature(negative_impls)]
|
|
// tidy-alphabetical-end
|
|
|
|
mod helpers;
|
|
pub mod pp;
|
|
pub mod pprust;
|