Skip to content

Commit 6678671

Browse files
committed
Merge pull request servo#17 from metajack/rust-up
Upgrades for latest rust.
2 parents a58fae9 + 7c39d9f commit 6678671

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ast.rs

-1
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

+1-1
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)