File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -1176,7 +1176,6 @@ a.test-arrow:hover{
1176
1176
.out-of-band > span .since {
1177
1177
position : initial;
1178
1178
font-size : 1.25rem ;
1179
- margin-right : 5px ;
1180
1179
}
1181
1180
1182
1181
h3 .variant {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ <h1 class="fqn"> {#- -#}
16
16
</ h1 > {#- -#}
17
17
< span class ="out-of-band "> {#- -#}
18
18
{% if !stability_since_raw.is_empty() %}
19
- {{- stability_since_raw|safe - }} · {# -#}
19
+ {{- stability_since_raw|safe }} · {# -#}
20
20
{% endif %}
21
21
{%- match src_href -%}
22
22
{%- when Some with (href) -%}
Original file line number Diff line number Diff line change 1
1
#![ stable( feature = "bar" , since = "1.0" ) ]
2
2
#![ crate_name = "foo" ]
3
-
4
3
#![ feature( staged_api) ]
5
4
6
5
// @has foo/trait.Bar.html
7
- // @has - '//div[@class="main-heading"]/*[@class="out-of-band"]' '1.0· source · '
6
+ // @has - '//div[@class="main-heading"]/*[@class="out-of-band"]' '1.0 · source · '
8
7
#[ stable( feature = "bar" , since = "1.0" ) ]
9
8
pub trait Bar {
10
9
// @has - '//div[@id="tymethod.foo"]/*[@class="rightside"]' '3.0 · source'
@@ -15,7 +14,7 @@ pub trait Bar {
15
14
// @has - '//div[@id="implementors-list"]//*[@class="rightside"]' '4.0 · source'
16
15
17
16
// @has foo/struct.Foo.html
18
- // @has - '//div[@class="main-heading"]/*[@class="out-of-band"]' '1.0· source · '
17
+ // @has - '//div[@class="main-heading"]/*[@class="out-of-band"]' '1.0 · source · '
19
18
#[ stable( feature = "baz" , since = "1.0" ) ]
20
19
pub struct Foo ;
21
20
You can’t perform that action at this time.
0 commit comments