Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// tidy-alphabetical-start
#![allow(internal_features)]
#![doc(rust_logo)]
#![feature(box_patterns)]
#![feature(rustdoc_internals)]
#![warn(unreachable_pub)]
// tidy-alphabetical-end
mod helpers;
pub mod pp;
pub mod pprust;