5 lines
50 B
Rust
5 lines
50 B
Rust
|
#[inline]
|
||
|
pub fn some_function() -> u32 {
|
||
|
1
|
||
|
}
|