fix socket connection problems

This commit is contained in:
Shunsuke Shibayama 2023-01-25 01:19:45 +09:00
parent fa5bb4f615
commit b76d63f9a5
6 changed files with 52 additions and 30 deletions

View file

@ -1,5 +1,6 @@
//! defines the compiler for Erg (ergc).
#![allow(clippy::large_enum_variant)]
#![allow(clippy::result_large_err)]
extern crate erg_common;
pub extern crate erg_parser;