chore: fix warnings

This commit is contained in:
Shunsuke Shibayama 2024-05-02 23:03:58 +09:00
parent 8fec98b380
commit 29a70b0632
4 changed files with 19 additions and 18 deletions

View file

@ -2,6 +2,7 @@
//!
//! `Context` is used for type inference and type checking.
#![allow(clippy::result_unit_err)]
#![allow(clippy::assigning_clones)]
pub mod compare;
pub mod eval;
pub mod generalize;