Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1fn main() { 2 if std::env::var("ZED_UPDATE_EXPLANATION").is_ok() { 3 println!(r#"cargo:rustc-cfg=feature="no-bundled-uninstall""#); 4 } 5}