WIP
This commit is contained in:
parent
409e17ad30
commit
097efdebc5
7 changed files with 79 additions and 52 deletions
|
@ -56,6 +56,10 @@ use zed2::{
|
|||
mod open_listener;
|
||||
|
||||
fn main() {
|
||||
//TODO!(figure out what the linker issues are here)
|
||||
// https://github.com/rust-lang/rust/issues/47384
|
||||
// https://github.com/mmastrac/rust-ctor/issues/280
|
||||
menu::unused();
|
||||
let http = http::client();
|
||||
init_paths();
|
||||
init_logger();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue