Skip to content

Commit

Permalink
Fix link in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
giraffate committed Feb 26, 2020
1 parent 70af904 commit ec4b812
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 ec4b812

Please sign in to comment.