Remove illegal bound from doc test

This commit is contained in:
Jared Roesch 2016-08-29 01:54:10 -07:00
parent 6eb06e6770
commit 9510add6a3

View file

@ -14,7 +14,7 @@
pub mod bar {
use std::marker;
pub trait Bar: 'static {}
pub trait Bar {}
impl Bar for .. {}