mirror of
https://github.com/actix/actix-web.git
synced 2024-11-03 15:39:50 +00:00
TestRequest::take public
This commit is contained in:
parent
0081b9d446
commit
00ea195601
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ impl TestRequest {
|
|||
self
|
||||
}
|
||||
|
||||
pub(crate) fn take(&mut self) -> TestRequest {
|
||||
pub fn take(&mut self) -> TestRequest {
|
||||
TestRequest(self.0.take())
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue