update rustdoc coverage tests with new table layout

This commit is contained in:
QuietMisdreavus
2019-02-28 16:24:38 -06:00
parent 74cf1adfd6
commit 515dbe73ab
8 changed files with 51 additions and 80 deletions

View File

@@ -20,7 +20,7 @@ pub struct SomeStruct;
/// ...and slap this trait on it?
impl ThisTrait for SomeStruct {
/// what we get is a perfect combo!
/// nothing! trait impls are totally ignored in this calculation, sorry.
fn right_here(&self) {}
type SomeType = String;