mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-27 15:35:53 +02:00
Replace ClonableService with local copy
This commit is contained in:
@@ -385,6 +385,7 @@ impl Drop for BoxedResponseHead {
|
||||
pub struct MessagePool<T: Head>(RefCell<Vec<Rc<T>>>);
|
||||
|
||||
#[doc(hidden)]
|
||||
#[allow(clippy::vec_box)]
|
||||
/// Request's objects pool
|
||||
pub struct BoxedResponsePool(RefCell<Vec<Box<ResponseHead>>>);
|
||||
|
||||
|
Reference in New Issue
Block a user