mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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 trait FontTableTagConversions {
|
||||
trait FontTableTagConversions {
|
||||
fn tag_to_str(&self) -> String;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue