diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-12 22:04:27 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-12 22:04:27 +0100 |
| commit | fd90736fb6239409210f845a8589ba3d6b849ef3 (patch) | |
| tree | c1993400b177f35b3622cc3fdf6c0f53d805bb69 /src | |
| parent | d99359dede8f366fc16d38c6166b97a0f56fe0cb (diff) | |
Support fractional width for `box`
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -86,7 +86,7 @@ impl Frame { } /// Whether the frame has a non-default baseline. - pub fn has_baseline(&mut self) -> bool { + pub fn has_baseline(&self) -> bool { self.baseline.is_some() } |
