2024-09-27 21:40:11 +02:00
|
|
|
// This test checks that it will not output warning for usage of `standalone` or `standalone_crate`.
|
|
|
|
|
//@ check-pass
|
|
|
|
|
|
|
|
|
|
//! ```standalone
|
|
|
|
|
//! bla
|
|
|
|
|
//! ```
|
|
|
|
|
//!
|
2024-09-28 22:37:59 +02:00
|
|
|
//! ```standalone-crate
|
2024-09-27 21:40:11 +02:00
|
|
|
//! bla
|
|
|
|
|
//! ```
|