Fix lint name warning

This commit is contained in:
gifnksm 2014-11-04 23:24:20 +09:00
parent 163646cd63
commit d3fd33a878
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ impl<T: fmt::Show + Num + PartialOrd> fmt::Show for Complex<T> {
#[cfg(test)]
mod test {
#![allow(non_uppercase_statics)]
#![allow(non_upper_case_globals)]
use super::{Complex64, Complex};
use std::num::{Zero, One, Float};