]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc/impl-parts-crosscrate.rs
Rollup merge of #69792 - LenaWil:try_reserve_error/impl-error, r=sfackler
[rust.git] / src / test / rustdoc / impl-parts-crosscrate.rs
index 5fa2e03e0a88419519d8b931dbc6393161f45534..f9583d1a72296812cba2251e49cdcabaaf79a164 100644 (file)
@@ -1,13 +1,3 @@
-// Copyright 2015 The Rust Project Developers. See the COPYRIGHT
-// file at the top-level directory of this distribution and at
-// http://rust-lang.org/COPYRIGHT.
-//
-// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
-// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
-// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
-// option. This file may not be copied, modified, or distributed
-// except according to those terms.
-
 // aux-build:rustdoc-impl-parts-crosscrate.rs
 // ignore-cross-compile
 
@@ -17,7 +7,7 @@
 
 pub struct Bar<T> { t: T }
 
-// The output file is html embeded in javascript, so the html tags
+// The output file is html embedded in javascript, so the html tags
 // aren't stripped by the processing script and we can't check for the
 // full impl string.  Instead, just make sure something from each part
 // is mentioned.