s/Show/Debug/g
This commit is contained in:
parent
09ba9f5c87
commit
788181d405
195 changed files with 577 additions and 577 deletions
|
@ -13,7 +13,7 @@ use std::ops::{Add, Sub, Mul};
|
|||
|
||||
trait MyNum : Add<Output=Self> + Sub<Output=Self> + Mul<Output=Self> + PartialEq + Clone { }
|
||||
|
||||
#[derive(Clone, Show)]
|
||||
#[derive(Clone, Debug)]
|
||||
struct MyInt { val: int }
|
||||
|
||||
impl Add for MyInt {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue