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 51ca554 commit dd104ccCopy full SHA for dd104cc
src/controllers/krate/publish.rs
@@ -265,9 +265,6 @@ fn parse_new_headers(req: &mut dyn RequestExt) -> AppResult<EncodableCrateUpload
265
if empty(new.license.as_ref()) && empty(new.license_file.as_ref()) {
266
missing.push("license");
267
}
268
- if new.authors.iter().all(String::is_empty) {
269
- missing.push("authors");
270
- }
271
if !missing.is_empty() {
272
let message = missing_metadata_error_message(&missing);
273
return Err(cargo_err(&message));
0 commit comments