1
Fork 0

Changes to RustDoc

This commit is contained in:
Nick Cameron 2014-12-24 22:34:57 +13:00
parent 4688aadfde
commit c4640a2a69
7 changed files with 34 additions and 56 deletions

View file

@ -178,7 +178,6 @@ pub struct Trait {
pub whence: Span,
pub vis: ast::Visibility,
pub stab: Option<attr::Stability>,
pub default_unbound: Option<ast::TraitRef> // FIXME(tomjakubowski)
}
pub struct Impl {