1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-30 08:38:16 +02:00

remove deprecated types and methods

This commit is contained in:
Nikolay Kim
2018-04-29 21:05:10 -07:00
parent ab4e889f96
commit eefbe19651
7 changed files with 10 additions and 302 deletions

View File

@@ -51,10 +51,6 @@ impl Url {
&self.uri
}
pub fn uri_mut(&mut self) -> &mut Uri {
&mut self.uri
}
pub fn path(&self) -> &str {
if let Some(ref s) = self.path {
s