]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/mutex_atomic.rs
Addition `manual_map` test for `unsafe` blocks
[rust.git] / tests / ui / mutex_atomic.rs
index 5c4e180408cfbacd3c0c6a7374ab1ac21e1b8ff7..b9d78b7f47924840a10793dbd7b1df58ea759fd9 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.
-
 #![warn(clippy::all)]
 #![warn(clippy::mutex_integer)]