Remove unnecessary pub

This commit is contained in:
Matt Brubeck 2016-05-13 16:18:47 -07:00
parent 3990191431
commit 45dc587d42

View file

@ -54,7 +54,7 @@ pub type FractionalPixel = f64;
pub type FontTableTag = u32;
pub trait FontTableTagConversions {
trait FontTableTagConversions {
fn tag_to_str(&self) -> String;
}