fix(rustup): update to newest fmt trait names and slice syntax
This commit is contained in:
		| @@ -16,7 +16,7 @@ use url::Url; | ||||
| /// >                / authority-form | ||||
| /// >                / asterisk-form | ||||
| /// > ``` | ||||
| #[derive(Show, PartialEq, Clone)] | ||||
| #[derive(Debug, PartialEq, Clone)] | ||||
| pub enum RequestUri { | ||||
|     /// The most common request target, an absolute path and optional query. | ||||
|     /// | ||||
|   | ||||
		Reference in New Issue
	
	Block a user