File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,6 @@ pub struct EncodableCrate {
104
104
pub description : Option < String > ,
105
105
pub homepage : Option < String > ,
106
106
pub documentation : Option < String > ,
107
- pub license : Option < String > ,
108
107
pub repository : Option < String > ,
109
108
pub links : CrateLinks ,
110
109
pub exact_match : bool ,
@@ -507,7 +506,6 @@ impl Crate {
507
506
homepage,
508
507
documentation,
509
508
repository,
510
- license,
511
509
..
512
510
} = self ;
513
511
let versions_link = match versions {
@@ -533,7 +531,6 @@ impl Crate {
533
531
exact_match : exact_match,
534
532
description : description,
535
533
repository : repository,
536
- license : license,
537
534
links : CrateLinks {
538
535
version_downloads : format ! ( "/api/v1/crates/{}/downloads" , name) ,
539
536
versions : versions_link,
You can’t perform that action at this time.
0 commit comments