prelim arg parse

This commit is contained in:
Jane Lusby
2019-06-08 14:19:16 -07:00
parent 5abcff2be5
commit 296794dec5
3 changed files with 139 additions and 25 deletions

View File

@@ -100,8 +100,8 @@ fn update_lints(update_mode: &UpdateMode) {
"\
//! This file is managed by util/dev update_lints. Do not edit.
mod lint;
use lint::Lint;
pub mod lint;
pub use lint::Lint;
pub const ALL_LINTS: [Lint; {}] = {:#?};\n",
sorted_usable_lints.len(),