diff options
Diffstat (limited to 'src/librustdoc/doctree.rs')
| -rw-r--r-- | src/librustdoc/doctree.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/doctree.rs b/src/librustdoc/doctree.rs index 7f7c055062a..251ce5aefeb 100644 --- a/src/librustdoc/doctree.rs +++ b/src/librustdoc/doctree.rs @@ -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 { |
