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:
parent
3b675c9125
commit
6cc83dbb67
@ -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…
x
Reference in New Issue
Block a user