build: remove dependencies libc/winapi/hermit_abi

This commit is contained in:
Shunsuke Shibayama 2023-06-02 23:53:42 +09:00
parent 68a27f8eca
commit ea132e2345
7 changed files with 97 additions and 1290 deletions

View file

@ -33,7 +33,6 @@ pub mod style;
pub mod traits;
pub mod triple;
pub mod tsort;
pub mod tty;
use crate::set::Set;
pub use crate::str::Str;