We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f04be commit 3b667b1Copy full SHA for 3b667b1
src/krate.rs
@@ -149,7 +149,7 @@ impl Crate {
149
"fmt_macros" | "graphviz" | "green" | "libc" |
150
"native" | "rand" | "rbml" |
151
"rustc_back" | "rustc" | "rustc_llvm" | "rustdoc" | "rustrt" |
152
- "serialize" | "std" | "sync" | "syntax" | "term" | "test" |
+ "serialize" | "std" | "sync" | "syntax" | "test" |
153
"unicode" | "rust" | "cargo" => {
154
return Err(human("cannot upload a crate with a reserved name"))
155
}
0 commit comments