rustdoc: Remove a pointer that's no longer needed

This commit is contained in:
Brian Anderson
2012-02-24 13:53:28 -08:00
parent fdea1c414c
commit 681e5beac4
9 changed files with 24 additions and 25 deletions

View File

@@ -52,7 +52,7 @@ fn test_run_passes() {
name: doc.topmod.name() + "two"
with doc.topmod.item
},
items: ~[]
items: []
}
}
}
@@ -66,7 +66,7 @@ fn test_run_passes() {
name: doc.topmod.name() + "three"
with doc.topmod.item
},
items: ~[]
items: []
}
}
}