Remove deny clippy::all from lib.rs to ensure it always builds for users

This commit is contained in:
Gwilym Kuiper 2022-04-23 16:26:42 +01:00
parent 4eb31cda34
commit a32bb2125b

View file

@ -4,7 +4,6 @@
#![cfg_attr(test, feature(custom_test_frameworks))]
#![cfg_attr(test, test_runner(crate::test_runner::test_runner))]
#![cfg_attr(test, reexport_test_harness_main = "test_main")]
#![deny(clippy::all)]
#![feature(alloc_error_handler)]
//! # agb