Box large futures
This commit is contained in:
@@ -625,7 +625,7 @@ impl PropFindRequestHandler for Server {
|
||||
&query.propfind,
|
||||
)
|
||||
.await?
|
||||
.map(DavValue::Response)
|
||||
.map(|r| DavValue::Response(Box::new(r)))
|
||||
.unwrap_or(DavValue::Null),
|
||||
));
|
||||
}
|
||||
@@ -675,7 +675,7 @@ impl PropFindRequestHandler for Server {
|
||||
&query.propfind,
|
||||
)
|
||||
.await?
|
||||
.map(DavValue::Response)
|
||||
.map(|r| DavValue::Response(Box::new(r)))
|
||||
.unwrap_or(DavValue::Null),
|
||||
));
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
|
||||
*/
|
||||
#![warn(clippy::large_futures)]
|
||||
#![deny(clippy::large_futures)]
|
||||
|
||||
pub mod calendar;
|
||||
pub mod card;
|
||||
|
||||
Reference in New Issue
Block a user