Skip to content

Commit

Permalink
Remove copyright license headers from src/assertions_on_constants.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
A.A.Abroskin committed Jan 23, 2019
1 parent e22e74f commit e86b6ce
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions clippy_lints/src/assertions_on_constants.rs
Original file line number Diff line number Diff line change
@@ -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.

use crate::consts::{constant, Constant};
use crate::rustc::hir::{Expr, ExprKind};
use crate::rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
Expand Down

0 comments on commit e86b6ce

Please sign in to comment.