]> git.lizzy.rs Git - rust.git/blobdiff - src/etc/test-float-parse/many-digits.rs
Auto merge of #67303 - dtolnay:rls, r=Xanewok
[rust.git] / src / etc / test-float-parse / many-digits.rs
index 469a38da2b8312426589baef8928b7ad0a5d9e96..599986e20dd0b1a08058d61b32f370fab695520c 100644 (file)
@@ -1,21 +1,11 @@
-// Copyright 2015 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 <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.
-
 extern crate rand;
 
 mod _common;
 
-use std::char;
-use rand::{IsaacRng, Rng, SeedableRng};
-use rand::distributions::{Range, Sample};
 use _common::{validate, SEED};
+use rand::distributions::{Range, Sample};
+use rand::{IsaacRng, Rng, SeedableRng};
+use std::char;
 
 fn main() {
     let mut rnd = IsaacRng::from_seed(&SEED);