]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/mut_from_ref.rs
Auto merge of #4478 - tsurai:master, r=flip1995
[rust.git] / tests / ui / mut_from_ref.rs
index 8a9da42083dfa9cf3ad5a9fb727776683b702025..8f9ed7ed6374ae54be266c9c7476a31e65ed273a 100644 (file)
@@ -1,12 +1,3 @@
-// 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.
-
 #![allow(unused, clippy::trivially_copy_pass_by_ref)]
 #![warn(clippy::mut_from_ref)]