mirror of
https://github.com/fafhrd91/actix-web
synced 2025-07-31 12:34:05 +02:00
TestRequest::take public
This commit is contained in:
@@ -133,7 +133,7 @@ impl TestRequest {
|
||||
self
|
||||
}
|
||||
|
||||
pub(crate) fn take(&mut self) -> TestRequest {
|
||||
pub fn take(&mut self) -> TestRequest {
|
||||
TestRequest(self.0.take())
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user