mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
remove glob using in response to compiler change
This commit is contained in:
+2
-1
@@ -140,7 +140,8 @@ impl Rect {
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use super::*;
|
||||
//use super::*;
|
||||
use super::{Rect, Point};
|
||||
|
||||
#[test]
|
||||
fn test_from_enclose_points() {
|
||||
|
||||
Reference in New Issue
Block a user