Rebasing
This commit is contained in:
parent
30e149231c
commit
dc53461a98
@ -14,7 +14,7 @@
|
||||
#![feature(associated_types)]
|
||||
#![no_implicit_prelude]
|
||||
|
||||
use std::option::Option::{None, Some, mod};
|
||||
use std::option::Option::{self, None, Some};
|
||||
use std::vec::Vec;
|
||||
|
||||
trait Iterator {
|
||||
|
Loading…
x
Reference in New Issue
Block a user