mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 18:58:30 +00:00
refactor: py_compatible -> py_compat
This commit is contained in:
parent
fd2b7a18dc
commit
3f66981c5c
19 changed files with 77 additions and 93 deletions
|
@ -751,8 +751,8 @@ impl ErgConfig {
|
|||
print!("debug ");
|
||||
#[cfg(feature = "els")]
|
||||
print!("els ");
|
||||
#[cfg(feature = "py_compatible")]
|
||||
print!("py_compatible ");
|
||||
#[cfg(feature = "py_compat")]
|
||||
print!("py_compat ");
|
||||
#[cfg(feature = "japanese")]
|
||||
print!("japanese ");
|
||||
#[cfg(feature = "simplified_chinese")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue