1
Fork 0

fix fallout

This commit is contained in:
Liigo Zhuang 2014-12-25 15:01:24 +08:00
parent 52997408ec
commit 17ebb6053e
3 changed files with 21 additions and 16 deletions

View file

@ -67,7 +67,7 @@ use html::markdown;
use stability_summary;
/// A pair of name and its optional document.
#[deriving(Clone, Eq, Ord, PartialEq, PartialOrd)]
#[derive(Clone, Eq, Ord, PartialEq, PartialOrd)]
pub struct NameDoc(String, Option<String>);
/// Major driving force in all rustdoc rendering. This contains information