Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1#[cfg(test)] 2#[ctor::ctor] 3fn init_logger() { 4 // std::env::set_var("RUST_LOG", "info"); 5 env_logger::init(); 6}