remove glob using in response to compiler change

This commit is contained in:
Chuck Ries
2014-08-27 17:36:30 -07:00
parent c4731dc860
commit b0b5cab4d2
+2 -1
View File
@@ -140,7 +140,8 @@ impl Rect {
#[cfg(test)]
mod test {
use super::*;
//use super::*;
use super::{Rect, Point};
#[test]
fn test_from_enclose_points() {