mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
ddd746b9f9
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
6 lines
70 B
Rust
6 lines
70 B
Rust
use ctor::ctor;
|
|
|
|
#[ctor]
|
|
fn init_logger() {
|
|
env_logger::init();
|
|
}
|