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
|
@ -727,7 +727,7 @@ mod tests {
|
|||
test_checked_next_power_of_two! { test_checked_next_power_of_two_u64, u64 }
|
||||
test_checked_next_power_of_two! { test_checked_next_power_of_two_uint, uint }
|
||||
|
||||
#[deriving(PartialEq, Show)]
|
||||
#[derive(PartialEq, Show)]
|
||||
struct Value { x: int }
|
||||
|
||||
impl ToPrimitive for Value {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue