1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-01-18 05:41:50 +01:00

Allow clippy lint for compatibility

This commit is contained in:
Yuki Okushi 2020-02-27 12:45:11 +09:00
parent 3b675c9125
commit 6cc83dbb67

View File

@ -1,3 +1,6 @@
// Because MSRV is 1.39.0.
#![allow(clippy::mem_replace_with_default)]
use std::collections::VecDeque;
use std::future::Future;
use std::pin::Pin;