Skip to content

Commit 9510add

Browse files
committed
Remove illegal bound from doc test
1 parent 6eb06e6 commit 9510add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/rustdoc/auxiliary/rustdoc-default-impl.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
pub mod bar {
1515
use std::marker;
1616

17-
pub trait Bar: 'static {}
17+
pub trait Bar {}
1818

1919
impl Bar for .. {}
2020

0 commit comments

Comments
 (0)