X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Ftest%2Frustfix%2Fstr-as-char.fixed;h=900fee94653c1a4b70c908df06b4ba2fab26294c;hb=8f0fa24d7bb6d3b51430e49e84a469c9aeeecd56;hp=0ace6d96613d72e7d708372f9cacdb05650cae49;hpb=95d0b9e96795aea20ac4a1fad9251982714d3c55;p=rust.git diff --git a/src/test/rustfix/str-as-char.fixed b/src/test/rustfix/str-as-char.fixed index 0ace6d96613..900fee94653 100644 --- a/src/test/rustfix/str-as-char.fixed +++ b/src/test/rustfix/str-as-char.fixed @@ -1,13 +1,3 @@ -// Copyright 2017 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. - fn main() { println!("●●"); }