Skip to content

Commit efa8fb0

Browse files
committed
error_index_generator => 2018
1 parent ad43389 commit efa8fb0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/tools/error_index_generator/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
authors = ["The Rust Project Developers"]
33
name = "error_index_generator"
44
version = "0.0.0"
5+
edition = "2018"
56

67
[dependencies]
78
rustdoc = { path = "../../librustdoc" }

src/tools/error_index_generator/main.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#![feature(rustc_private)]
22

3+
#![deny(rust_2018_idioms)]
4+
35
extern crate env_logger;
46
extern crate syntax;
5-
extern crate rustdoc;
67
extern crate serialize as rustc_serialize;
78

89
use std::collections::BTreeMap;

0 commit comments

Comments
 (0)