mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
6 lines
148 B
Rust
6 lines
148 B
Rust
|
fn main() {
|
||
|
if std::env::var("ZED_UPDATE_EXPLANATION").is_ok() {
|
||
|
println!(r#"cargo:rustc-cfg=feature="no-bundled-uninstall""#);
|
||
|
}
|
||
|
}
|