From c4ff7d12977ba581f83f4e27cf764887680054d7 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Wed, 27 Mar 2024 11:26:01 -0400 Subject: [PATCH] Remove deprecated comment --- cursive-core/src/views/text_view.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/cursive-core/src/views/text_view.rs b/cursive-core/src/views/text_view.rs index 5534b858..d97dc884 100644 --- a/cursive-core/src/views/text_view.rs +++ b/cursive-core/src/views/text_view.rs @@ -61,8 +61,6 @@ impl TextContent { /// This can be deref'ed into a [`StyledString`]. /// /// [`StyledString`]: ../utils/markup/type.StyledString.html -/// -/// This keeps the content locked. Do not store this! pub struct TextContentRef { // We also need to keep a copy of Arc so `deref` can return // a reference to the `StyledString`