Skip to content

Commit 7c39d9f

Browse files
committed
Upgrades for latest rust.
1 parent a58fae9 commit 7c39d9f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ast.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* License, v. 2.0. If a copy of the MPL was not distributed with this
33
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
44

5-
use std::str::ToStr;
65
use std::vec;
76

87

parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/// with v.consume_iter()
1515
1616

17-
use std::iterator::Iterator;
17+
use std::iter::Iterator;
1818
use std::ascii::StrAsciiExt;
1919

2020
use ast::*;

0 commit comments

Comments
 (0)