mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 13:46:55 +00:00
12 lines
225 B
Rust
12 lines
225 B
Rust
// 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;
|