Skip to content

Commit 3b667b1

Browse files
committed
Allow the crate 'term'
1 parent 21f04be commit 3b667b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/krate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ impl Crate {
149149
"fmt_macros" | "graphviz" | "green" | "libc" |
150150
"native" | "rand" | "rbml" |
151151
"rustc_back" | "rustc" | "rustc_llvm" | "rustdoc" | "rustrt" |
152-
"serialize" | "std" | "sync" | "syntax" | "term" | "test" |
152+
"serialize" | "std" | "sync" | "syntax" | "test" |
153153
"unicode" | "rust" | "cargo" => {
154154
return Err(human("cannot upload a crate with a reserved name"))
155155
}

0 commit comments

Comments
 (0)