mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 11:44:28 +00:00
Update rustdoc test and remove TODO comment
This commit is contained in:
parent
81172d8f39
commit
9a017da459
@ -3151,7 +3151,6 @@ fn render_attributes(w: &mut Buffer, it: &clean::Item, top: bool) {
|
||||
continue;
|
||||
}
|
||||
|
||||
// FIXME: this currently renders too many spaces as in: `#[repr(C, align (8))]`.
|
||||
attrs.push_str(&pprust::attribute_to_string(&attr));
|
||||
}
|
||||
if !attrs.is_empty() {
|
||||
|
@ -16,6 +16,6 @@ pub enum Foo {
|
||||
Bar,
|
||||
}
|
||||
|
||||
// @has foo/struct.Repr.html '//*[@class="docblock attributes top-attr"]' '#[repr(C, align (8))]'
|
||||
// @has foo/struct.Repr.html '//*[@class="docblock attributes top-attr"]' '#[repr(C, align(8))]'
|
||||
#[repr(C, align(8))]
|
||||
pub struct Repr;
|
||||
|
Loading…
Reference in New Issue
Block a user