mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
6 lines
147 B
Rust
6 lines
147 B
Rust
#![warn(clippy::missing_docs_in_private_items)]
|
|
#![allow(clippy::doc_include_without_cfg)]
|
|
#![doc = include_str!("../../README.md")]
|
|
|
|
fn main() {}
|