Make sdl2::filesystem::PrefPathError derive Debug

Trivially addresses issue #533
This commit is contained in:
Simon Heath
2016-09-20 10:10:05 -04:00
parent dda176d63d
commit f0a32f4415
+1
View File
@@ -17,6 +17,7 @@ pub fn base_path() -> Result<String, String> {
}
}
#[derive(Debug)]
pub enum PrefPathError {
InvalidOrganizationName(NulError),
InvalidApplicationName(NulError),