1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-09-30 23:32:04 +00: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::collections::VecDeque;
use std::future::Future; use std::future::Future;
use std::pin::Pin; use std::pin::Pin;