mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Merge pull request #173 from chuckries/master
fix cargo test after compiler removed shadowed usings.
This commit is contained in:
+1
-1
@@ -140,7 +140,7 @@ impl Rect {
|
||||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use super::*;
|
||||
use super::{Rect, Point};
|
||||
|
||||
#[test]
|
||||
fn test_from_enclose_points() {
|
||||
|
||||
Reference in New Issue
Block a user