File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 106
106
<p >An example metadata:</p >
107
107
108
108
<pre ><code >[package]
109
- name = "test"
110
-
111
- [package.metadata.docs.rs]
112
- features = [ "feature1", "feature2" ]
113
- all-features = true
114
- no-default-features = true
115
- default-target = "x86_64-unknown-linux-gnu"
116
- rustc-args = [ "--example-rustc-arg" ]
117
- rustdoc-args = [ "--example-rustdoc-arg" ]
118
- dependencies = [ "example-system-dependency" ]</pre ></code >
109
+ name = "test"
110
+
111
+ [package.metadata.docs.rs]
112
+ features = [ "feature1", "feature2" ]
113
+ all-features = true
114
+ no-default-features = true
115
+ default-target = "x86_64-unknown-linux-gnu"
116
+ rustc-args = [ "--example-rustc-arg" ]
117
+ rustdoc-args = [ "--example-rustdoc-arg" ]
118
+ dependencies = [ "example-system-dependency" ]</pre ></code >
119
119
120
120
<h4 >Version</h4 >
121
121
<p >Currently running Docs.rs version is: <strong >{{ cratesfyi_version }} </strong >
Original file line number Diff line number Diff line change @@ -717,4 +717,7 @@ footer {
717
717
strong {
718
718
font-weight : bold ;
719
719
}
720
+ pre code {
721
+ background-color : inherit ;
722
+ }
720
723
}
You can’t perform that action at this time.
0 commit comments