mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Convert old-style collections import to new std::collections
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use collections::hashmap::HashMap;
|
||||
use std::collections::HashMap;
|
||||
use std::num::FromPrimitive;
|
||||
use std::ptr;
|
||||
use std::str;
|
||||
|
||||
Reference in New Issue
Block a user