Remove AttrsList lifetime bound
This commit is contained in:
parent
06cb0c2637
commit
ac354c3a2a
6 changed files with 114 additions and 44 deletions
|
|
@ -141,7 +141,7 @@ impl fmt::Display for Metrics {
|
|||
pub struct Buffer<'a> {
|
||||
font_system: &'a FontSystem<'a>,
|
||||
/// Lines (or paragraphs) of text in the buffer
|
||||
pub lines: Vec<BufferLine<'a>>,
|
||||
pub lines: Vec<BufferLine>,
|
||||
metrics: Metrics,
|
||||
width: i32,
|
||||
height: i32,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue