We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a58fae9 + 7c39d9f commit 6678671Copy full SHA for 6678671
ast.rs
@@ -2,7 +2,6 @@
2
* License, v. 2.0. If a copy of the MPL was not distributed with this
3
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5
-use std::str::ToStr;
6
use std::vec;
7
8
parser.rs
@@ -14,7 +14,7 @@
14
/// with v.consume_iter()
15
16
17
-use std::iterator::Iterator;
+use std::iter::Iterator;
18
use std::ascii::StrAsciiExt;
19
20
use ast::*;
0 commit comments