Skip to content

Commit 524c332

Browse files
authored
Remove left-over mentioning of owned props (#315)
1 parent b6630f1 commit 524c332

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/doc_examples/component_owned_props.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pub fn App() -> Element {
88
// ANCHOR_END: App
99

1010
// ANCHOR: Likes
11-
// Remember: Owned props must implement `PartialEq`!
1211
#[derive(PartialEq, Props, Clone)]
1312
struct LikesProps {
1413
score: i32,

0 commit comments

Comments
 (0)