sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
This commit is contained in:
parent
8c5bb80d9b
commit
351409a622
231 changed files with 1115 additions and 1115 deletions
|
@ -70,7 +70,7 @@ impl Module {
|
|||
}
|
||||
}
|
||||
|
||||
#[deriving(Show, Clone, RustcEncodable, RustcDecodable, Copy)]
|
||||
#[derive(Show, Clone, RustcEncodable, RustcDecodable, Copy)]
|
||||
pub enum StructType {
|
||||
/// A normal struct
|
||||
Plain,
|
||||
|
@ -143,7 +143,7 @@ pub struct Typedef {
|
|||
pub stab: Option<attr::Stability>,
|
||||
}
|
||||
|
||||
#[deriving(Show)]
|
||||
#[derive(Show)]
|
||||
pub struct Static {
|
||||
pub type_: P<ast::Ty>,
|
||||
pub mutability: ast::Mutability,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue