]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/iter_private.rs
Rollup merge of #58595 - stjepang:make-duration-consts-associated, r=oli-obk
[rust.git] / src / libcore / iter_private.rs
index c4d54d2c7b81df6abb3adad2670d8afaf8f2003d..890db47b1970091d58b468bf2dedefd2fbf9c01a 100644 (file)
@@ -1,14 +1,3 @@
-// Copyright 2016 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.
-
-
 /// An iterator whose items are random accessible efficiently
 ///
 /// # Safety