Skip to content

Commit 9d2b3c9

Browse files
committed
Remove TextSize::ASCII
1 parent 0fe47a3 commit 9d2b3c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/size.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ impl TextSize {
6868
pub const MIN: TextSize = TextSize(u32::MIN);
6969
/// The largest representable text size. (`u32::MAX`)
7070
pub const MAX: TextSize = TextSize(u32::MAX);
71-
/// The text size of a single ASCII character.
72-
pub const ASCII: TextSize = TextSize(1);
7371

7472
/// Checked addition. Returns `None` if overflow occurred.
7573
#[inline]

0 commit comments

Comments
 (0)