mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
6 lines
90 B
Rust
6 lines
90 B
Rust
#![cfg_attr(test, allow(dead_code))]
|
|
|
|
pub unsafe fn init() {}
|
|
|
|
pub unsafe fn cleanup() {}
|