mirror of
https://github.com/actix/actix-web.git
synced 2024-11-18 15:41:17 +00:00
Allow clippy lint for compatibility
This commit is contained in:
parent
3b675c9125
commit
6cc83dbb67
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue