summaryrefslogtreecommitdiffstats
path: root/highlighter/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'highlighter/src/lib.rs')
-rw-r--r--highlighter/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/highlighter/src/lib.rs b/highlighter/src/lib.rs
index 5630756e..63f21fc0 100644
--- a/highlighter/src/lib.rs
+++ b/highlighter/src/lib.rs
@@ -168,7 +168,7 @@ pub enum Theme {
}
impl Theme {
- pub const ALL: &[Self] = &[
+ pub const ALL: &'static [Self] = &[
Self::SolarizedDark,
Self::Base16Mocha,
Self::Base16Ocean,