Skip to content
Snippets Groups Projects
Commit d902510c authored by Matthew Hall's avatar Matthew Hall
Browse files

Merge pull request #5 from KevinBalz/master

Fix for "private type in exported type signature"
parents b022e773 2541c484
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ use flate2::read::{ZlibDecoder, GzDecoder}; ...@@ -16,7 +16,7 @@ use flate2::read::{ZlibDecoder, GzDecoder};
use std::num::from_str_radix; use std::num::from_str_radix;
#[derive(Debug)] #[derive(Debug)]
enum ParseTileError { pub enum ParseTileError {
ColourError, ColourError,
OrientationError, OrientationError,
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment