indentation

escape-analysis
Sebastien Bourdeauducq 2022-03-23 10:45:28 +08:00
parent b10b49e39a
commit ec52128a4a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
fn main() {
#[cfg(not(windows))]
#[cfg(not(windows))]
println!("cargo:rustc-link-arg=-rdynamic");
}