X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=tests%2Fui%2Fbytecount.rs;h=c724ee21be310b4a8d9d3376eeb36797304bcd65;hb=a0e9f9bd0dca39ccff47baedffa94aca74911a86;hp=170666d1f18ff061251a94c03bfc61c41ae5b606;hpb=d445dbfe162212f90efbe2df9795a257a347a767;p=rust.git diff --git a/tests/ui/bytecount.rs b/tests/ui/bytecount.rs index 170666d1f18..c724ee21be3 100644 --- a/tests/ui/bytecount.rs +++ b/tests/ui/bytecount.rs @@ -1,16 +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 or the MIT license -// , at your -// option. This file may not be copied, modified, or distributed -// except according to those terms. - - - - - #[deny(clippy::naive_bytecount)] fn main() { let x = vec![0_u8; 16];