Add clippy flag

This commit is contained in:
Collin Chin 2021-04-13 15:21:11 -07:00 committed by GitHub
parent 1e1697b7fe
commit 3d10a0ef05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@
//! A new [`Asg`] type can be created from an [`Ast`].
//! Converting to an [`Asg`] provides greater type safety by canonicalizing and checking program types.
#![allow(clippy::from_over_into)]
#![allow(clippy::result_unit_err)]
#[macro_use]