Skip to content

Commit 1d4b795

Browse files
committed
[squash-before-merge] sufficient now!
1 parent 15d1224 commit 1d4b795

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/json/conversions.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,6 @@ fn other_attr(tcx: TyCtxt<'_>, attr: &hir::Attribute) -> Attribute {
944944
fn repr_attr(tcx: TyCtxt<'_>, def_id: DefId) -> Attribute {
945945
let repr = tcx.adt_def(def_id).repr();
946946

947-
// FIXME: This is wildly insufficient
948947
let kind = if repr.c() {
949948
ReprKind::C
950949
} else if repr.transparent() {

0 commit comments

Comments
 (0)