mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-03 18:29:00 +00:00
fix socket connection problems
This commit is contained in:
parent
fa5bb4f615
commit
b76d63f9a5
6 changed files with 52 additions and 30 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue