mirror of
https://github.com/actix/actix-extras.git
synced 2025-04-01 17:36:35 +02:00
TestRequest::take public
This commit is contained in:
parent
0081b9d446
commit
00ea195601
@ -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…
x
Reference in New Issue
Block a user