Remove Clone implementation for Paragraph
This commit is contained in:
parent
252a05c7f4
commit
ce22d661fa
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ use crate::text::{self, FontSystem};
|
||||||
use std::fmt;
|
use std::fmt;
|
||||||
use std::sync::{self, Arc};
|
use std::sync::{self, Arc};
|
||||||
|
|
||||||
#[derive(Clone, PartialEq, Default)]
|
#[derive(PartialEq, Default)]
|
||||||
pub struct Paragraph(Arc<Internal>);
|
pub struct Paragraph(Arc<Internal>);
|
||||||
|
|
||||||
struct Internal {
|
struct Internal {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue