resetting readme clippy again

This commit is contained in:
damirka 2021-03-29 19:46:50 +03:00
parent 7b0f98211c
commit fadb30631e

View File

@ -13,10 +13,10 @@
// 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::upper_case_acronyms)]
use std::io;
#[allow(clippy::upper_case_acronyms)]
#[derive(Debug, Error)]
pub enum READMEError {
#[error("{}: {}", _0, _1)]