Change from core::ops::RangeFull to std::ops
This commit is contained in:
parent
bf2b473816
commit
023d49e347
6 changed files with 9 additions and 9 deletions
|
|
@ -8,7 +8,7 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
use ::core::ops::RangeFull;
|
||||
use ::std::ops::RangeFull;
|
||||
|
||||
fn test<T : Clone>(arg: T) -> T {
|
||||
arg.clone()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue