Signed-off-by: Christina Sørensen <christina@cafkafk.com>
@@ -143,7 +143,7 @@ impl Deref for TextCellContents {
type Target = [ANSIString<'static>];
fn deref(&self) -> &Self::Target {
- &*self.0
+ &self.0
}