Sign in
fuchsia
/
fuchsia
/
b913ed1479780eeb0de1e6d2e9d0ed17267964af
/
.
/
third_party
/
rust_crates
/
vendor
/
wasm-bindgen
/
build.rs
blob: d4038035fb04b64ca0abe80d2f55c5fc0d4df868 [
file
] [
log
] [
blame
]
// Empty `build.rs` so that `[package] links = ...` works in `Cargo.toml`.
fn
main
()
{
println
!(
"cargo:rerun-if-changed=build.rs"
);
}