diff options
| author | Jared Roesch <roeschinc@gmail.com> | 2016-08-29 01:54:10 -0700 |
|---|---|---|
| committer | Jared Roesch <roeschinc@gmail.com> | 2016-09-02 11:58:02 -0700 |
| commit | 9510add6a3148f753776d6f6ac324690dba4a5d5 (patch) | |
| tree | 6182f0074ad1194ab4d45c22f38e9a540bb7b727 | |
| parent | 6eb06e67708614763932c17de5d08a0c1818ce05 (diff) | |
| download | rust-9510add6a3148f753776d6f6ac324690dba4a5d5.tar.gz rust-9510add6a3148f753776d6f6ac324690dba4a5d5.zip | |
Remove illegal bound from doc test
| -rw-r--r-- | src/test/rustdoc/auxiliary/rustdoc-default-impl.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/auxiliary/rustdoc-default-impl.rs b/src/test/rustdoc/auxiliary/rustdoc-default-impl.rs index c2ff7a0054f..52bd386ba59 100644 --- a/src/test/rustdoc/auxiliary/rustdoc-default-impl.rs +++ b/src/test/rustdoc/auxiliary/rustdoc-default-impl.rs @@ -14,7 +14,7 @@ pub mod bar { use std::marker; - pub trait Bar: 'static {} + pub trait Bar {} impl Bar for .. {} |
