mirror of
https://github.com/servo/servo.git
synced 2025-08-01 19:50:30 +01:00
Remove unnecessary pub
This commit is contained in:
parent
3990191431
commit
45dc587d42
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ pub type FractionalPixel = f64;
|
||||||
|
|
||||||
pub type FontTableTag = u32;
|
pub type FontTableTag = u32;
|
||||||
|
|
||||||
pub trait FontTableTagConversions {
|
trait FontTableTagConversions {
|
||||||
fn tag_to_str(&self) -> String;
|
fn tag_to_str(&self) -> String;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue