mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-21 07:05:33 -04:00
6 lines
80 B
Rust
6 lines
80 B
Rust
#![warn(clippy::missing_inline_in_public_items)]
|
|
|
|
pub fn foo() {}
|
|
|
|
fn main() {}
|