File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1179,6 +1179,8 @@ fn package_metadata() {
1179
1179
keywords = ["database"]
1180
1180
readme = "README.md"
1181
1181
repository = "https://github.com/rust-lang/cargo"
1182
+ homepage = "https://rust-lang.org"
1183
+ documentation = "https://doc.rust-lang.org/stable/std/"
1182
1184
1183
1185
[package.metadata.bar]
1184
1186
baz = "quux"
@@ -1199,8 +1201,8 @@ fn package_metadata() {
1199
1201
"name": "foo",
1200
1202
"readme": "README.md",
1201
1203
"repository": "https://github.com/rust-lang/cargo",
1202
- "homepage": null ,
1203
- "documentation": null ,
1204
+ "homepage": "https://rust-lang.org" ,
1205
+ "documentation": "https://doc.rust-lang.org/stable/std/" ,
1204
1206
"version": "0.1.0",
1205
1207
"id": "foo[..]",
1206
1208
"keywords": ["database"],
You can’t perform that action at this time.
0 commit comments