Add clippy flag

This commit is contained in:
Collin Chin 2021-04-13 15:23:09 -07:00 committed by GitHub
parent 4ae6de4978
commit fe4721e1dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with the Leo library. If not, see <https://www.gnu.org/licenses/>.
#![allow(clippy::from_over_into)]
#[macro_use]
extern crate thiserror;