Skip to content

Commit

Permalink
Auto merge of #7936 - giraffate:fix_link, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Feb 26, 2020
2 parents 70af904 + ec4b812 commit af307a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/ops/cargo_new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ fn check_name(name: &str, opts: &NewOptions) -> CargoResult<()> {
};

// Ban keywords + test list found at
// https://doc.rust-lang.org/grammar.html#keywords
// https://doc.rust-lang.org/reference/keywords.html
let blacklist = [
"abstract", "alignof", "as", "become", "box", "break", "const", "continue", "crate", "do",
"else", "enum", "extern", "false", "final", "fn", "for", "if", "impl", "in", "let", "loop",
Expand Down

0 comments on commit af307a3

Please sign in to comment.