diff options
| author | QuietMisdreavus <grey@quietmisdreavus.net> | 2018-08-27 12:42:43 -0500 |
|---|---|---|
| committer | QuietMisdreavus <grey@quietmisdreavus.net> | 2018-09-20 05:42:35 -0500 |
| commit | 7e70fee0c76422e986514306b3673f79f7e37ec7 (patch) | |
| tree | ee0bdbd2feadb13e765a1884149b0f492d0d4412 /src/test/rustdoc/inline_local | |
| parent | e79780f18f8697f50dabeda243f60314ed56f938 (diff) | |
| download | rust-7e70fee0c76422e986514306b3673f79f7e37ec7.tar.gz rust-7e70fee0c76422e986514306b3673f79f7e37ec7.zip | |
add more tests for traits-in-non-module-scope
Diffstat (limited to 'src/test/rustdoc/inline_local')
| -rw-r--r-- | src/test/rustdoc/inline_local/trait-vis.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/inline_local/trait-vis.rs b/src/test/rustdoc/inline_local/trait-vis.rs index 1035e357ef6..73b1cc2ce8f 100644 --- a/src/test/rustdoc/inline_local/trait-vis.rs +++ b/src/test/rustdoc/inline_local/trait-vis.rs @@ -1,4 +1,4 @@ -// Copyright 2012-2013 The Rust Project Developers. See the COPYRIGHT +// Copyright 2018 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. // |
