mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-30 21:01:10 +00:00
Change: color.rs to style.rs
This commit is contained in:
parent
5eb1863e92
commit
e29eb0b6ed
8 changed files with 128 additions and 19 deletions
|
@ -3,7 +3,6 @@ use std::fmt;
|
|||
|
||||
pub mod astr;
|
||||
pub mod cache;
|
||||
pub mod color;
|
||||
pub mod config;
|
||||
pub mod datetime;
|
||||
pub mod dict;
|
||||
|
@ -24,6 +23,7 @@ pub mod set;
|
|||
pub mod shared;
|
||||
pub mod stdin;
|
||||
pub mod str;
|
||||
pub mod style;
|
||||
pub mod traits;
|
||||
pub mod tsort;
|
||||
pub mod tty;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue