X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibcore%2Fpanic.rs;h=1abc0a18a9cc94aaeaa3e77bdd91ad9a559ae0d0;hb=0b1669d96cee9dec9035a50fdf0a967a68605f98;hp=f0efeb59e8d6e12225366c7ac19b1e6a6e6f28ab;hpb=61f5ca7d6419ecd22dc4c0eaf2902d7fe7db4323;p=rust.git diff --git a/src/libcore/panic.rs b/src/libcore/panic.rs index f0efeb59e8d..1abc0a18a9c 100644 --- a/src/libcore/panic.rs +++ b/src/libcore/panic.rs @@ -1,13 +1,3 @@ -// Copyright 2018 The Rust Project Developers. See the COPYRIGHT -// file at the top-level directory of this distribution and at -// http://rust-lang.org/COPYRIGHT. -// -// 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. - //! Panic support in the standard library. #![unstable(feature = "core_panic_info",