refactor: py_compatible -> py_compat

This commit is contained in:
Shunsuke Shibayama 2023-03-30 00:43:30 +09:00
parent fd2b7a18dc
commit 3f66981c5c
19 changed files with 77 additions and 93 deletions

View file

@ -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")]