We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb06e6 commit 9510addCopy full SHA for 9510add
src/test/rustdoc/auxiliary/rustdoc-default-impl.rs
@@ -14,7 +14,7 @@
14
pub mod bar {
15
use std::marker;
16
17
- pub trait Bar: 'static {}
+ pub trait Bar {}
18
19
impl Bar for .. {}
20
0 commit comments