fix fallout
This commit is contained in:
parent
52997408ec
commit
17ebb6053e
3 changed files with 21 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue