0
0
mirror of https://github.com/rust-lang/rust.git synced 2024-11-28 09:36:05 +01:00
rust/tests/rustdoc-js/looks-like-rustc-interner.rs
2024-03-11 09:20:49 -07:00

6 lines
143 B
Rust

//@ aux-crate:interner=interner.rs
// https://github.com/rust-lang/rust/pull/122247
extern crate interner;
#[doc(inline)]
pub use interner::*;