mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-25 09:59:21 +02:00
make method private
This commit is contained in:
@ -154,7 +154,7 @@ impl<S> HttpRequest<S> {
|
||||
|
||||
#[inline]
|
||||
/// Construct new http request without state.
|
||||
pub fn clone_without_state(&self) -> HttpRequest {
|
||||
pub(crate) fn clone_without_state(&self) -> HttpRequest {
|
||||
HttpRequest(self.0.clone(), None, None)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user