mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-03 18:29:00 +00:00
fix: eliminate panics
This commit is contained in:
parent
228a74d29d
commit
b1a9f7bf40
4 changed files with 40 additions and 19 deletions
|
@ -37,6 +37,7 @@ pub mod tty;
|
|||
|
||||
use crate::set::Set;
|
||||
pub use crate::str::Str;
|
||||
pub use crate::triple::Triple;
|
||||
|
||||
pub type RcArray<T> = std::rc::Rc<[T]>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue