1
Fork 0

rustdoc: Add consts to the doc tree

This commit is contained in:
Brian Anderson 2012-01-23 23:09:18 -08:00
parent a3c31a08e5
commit 6ee7ff50b2
3 changed files with 15 additions and 4 deletions

View file

@ -65,7 +65,8 @@ fn moddoc_from_mod(
none
}
}
})
}),
consts: doc::constlist([])
}
}