#[deriving] -> #[derive]

This commit is contained in:
Jonathan Reem
2015-01-03 13:15:54 +01:00
parent 541e21dbd1
commit 7f3a33f903
32 changed files with 43 additions and 43 deletions

View File

@@ -16,7 +16,7 @@ use url::Url;
/// > / authority-form
/// > / asterisk-form
/// > ```
#[deriving(Show, PartialEq, Clone)]
#[derive(Show, PartialEq, Clone)]
pub enum RequestUri {
/// The most common request target, an absolute path and optional query.
///