Remove illegal bound from doc test
This commit is contained in:
parent
6eb06e6770
commit
9510add6a3
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
pub mod bar {
|
||||
use std::marker;
|
||||
|
||||
pub trait Bar: 'static {}
|
||||
pub trait Bar {}
|
||||
|
||||
impl Bar for .. {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue