]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/ptr_offset_with_cast.rs
iterate List by value
[rust.git] / tests / ui / ptr_offset_with_cast.rs
index a6f86a230f379bf2593cbfac2f9d9896713ca1d3..3416c4b727a53750dc01cb856803d2a4b3338c6b 100644 (file)
@@ -1,12 +1,4 @@
-// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
-// file at the top-level directory of this distribution.
-//
-// 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.
-
+// run-rustfix
 
 fn main() {
     let vec = vec![b'a', b'b', b'c'];