summaryrefslogtreecommitdiff
path: root/src/library/text
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/text')
-rw-r--r--src/library/text/raw.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/text/raw.rs b/src/library/text/raw.rs
index 35160073..d237aa92 100644
--- a/src/library/text/raw.rs
+++ b/src/library/text/raw.rs
@@ -127,7 +127,7 @@ impl Show for RawNode {
realized = realized.spaced(styles.get(Self::ABOVE), styles.get(Self::BELOW));
}
- Ok(realized.styled_with_map(map).role(Role::Code))
+ Ok(realized.styled_with_map(map))
}
}