test: Update tests to use the new syntax.
This commit is contained in:
parent
c10e0cb9c9
commit
1be40be613
272 changed files with 564 additions and 564 deletions
|
@ -8,7 +8,7 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
use core::cmp::Eq;
|
||||
use std::cmp::Eq;
|
||||
|
||||
trait MyNum : Add<Self,Self> + Sub<Self,Self> + Mul<Self,Self> + Eq { }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue