Skip to content

Commit 56801af

Browse files
committed
Remove Copy bound
We don't use it ourselves, so lets be permissive.
1 parent 578ec6f commit 56801af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traits.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use {
44
};
55

66
/// Text-like structures that have a text size.
7-
pub trait TextSized: Copy {
7+
pub trait TextSized {
88
/// The size of this text-alike.
99
fn text_size(self) -> TextSize;
1010
}

0 commit comments

Comments
 (0)