Skip to content

Commit

Permalink
Remove Clone implementation for Paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Sep 1, 2023
1 parent 252a05c commit ce22d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/src/text/paragraph.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use crate::text::{self, FontSystem};
use std::fmt;
use std::sync::{self, Arc};

#[derive(Clone, PartialEq, Default)]
#[derive(PartialEq, Default)]
pub struct Paragraph(Arc<Internal>);

struct Internal {
Expand Down

0 comments on commit ce22d66

Please sign in to comment.