Rebasing
This commit is contained in:
parent
30e149231c
commit
dc53461a98
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue