We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe47a3 commit 9d2b3c9Copy full SHA for 9d2b3c9
src/size.rs
@@ -68,8 +68,6 @@ impl TextSize {
68
pub const MIN: TextSize = TextSize(u32::MIN);
69
/// The largest representable text size. (`u32::MAX`)
70
pub const MAX: TextSize = TextSize(u32::MAX);
71
- /// The text size of a single ASCII character.
72
- pub const ASCII: TextSize = TextSize(1);
73
74
/// Checked addition. Returns `None` if overflow occurred.
75
#[inline]
0 commit comments