Skip to content

Commit

Permalink
Remove deprecated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gyscos committed Mar 27, 2024
1 parent 6270b34 commit c4ff7d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cursive-core/src/views/text_view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit c4ff7d1

Please sign in to comment.