Skip to content

Commit

Permalink
Remove illegal bound from doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
jroesch committed Sep 2, 2016
1 parent 6eb06e6 commit 9510add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/rustdoc/auxiliary/rustdoc-default-impl.rs
Expand Up @@ -14,7 +14,7 @@
pub mod bar {
use std::marker;

pub trait Bar: 'static {}
pub trait Bar {}

impl Bar for .. {}

Expand Down

0 comments on commit 9510add

Please sign in to comment.