Skip to content

Commit c599ec4

Browse files
committed
Add FIXME note
1 parent 621c42c commit c599ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/render.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ use std::sync::Arc;
4444

4545
use rustc::middle::privacy::AccessLevels;
4646
use rustc::middle::stability;
47-
use rustc_ast::ast;
4847
use rustc_ast_pretty::pprust;
4948
use rustc_data_structures::flock;
5049
use rustc_data_structures::fx::{FxHashMap, FxHashSet};
@@ -3152,6 +3151,7 @@ fn render_attributes(w: &mut Buffer, it: &clean::Item, top: bool) {
31523151
continue;
31533152
}
31543153

3154+
// FIXME: this currently renders too many spaces as in: `#[repr(C, align (8))]`.
31553155
attrs.push_str(&pprust::attribute_to_string(&attr));
31563156
}
31573157
if !attrs.is_empty() {

0 commit comments

Comments
 (0)