@@ -66,7 +66,7 @@ fn all_texts(repeat: usize) -> Vec<&'static str> {
66
66
}
67
67
68
68
// Poem by Friedrich Schiller. The corresponding music is the European Anthem.
69
- pub const ODE_AN_DIE_FREUDE : [ & ' static str ; 8 ] = [
69
+ pub const ODE_AN_DIE_FREUDE : [ & str ; 8 ] = [
70
70
"Freude schöner Götterfunken" ,
71
71
"Tochter aus Elysium," ,
72
72
"Wir betreten feuertrunken," ,
@@ -78,7 +78,7 @@ pub const ODE_AN_DIE_FREUDE: [&'static str; 8] = [
78
78
] ;
79
79
80
80
// Dutch national anthem
81
- pub const WILHELMUS : [ & ' static str ; 8 ] = [
81
+ pub const WILHELMUS : [ & str ; 8 ] = [
82
82
"Wilhelmus van Nassouwe" ,
83
83
"ben ik, van Duitsen bloed," ,
84
84
"den vaderland getrouwe" ,
@@ -90,7 +90,7 @@ pub const WILHELMUS: [&'static str; 8] = [
90
90
] ;
91
91
92
92
// American national anthem
93
- pub const STAR_SPANGLED_BANNER : [ & ' static str ; 8 ] = [
93
+ pub const STAR_SPANGLED_BANNER : [ & str ; 8 ] = [
94
94
"O say can you see by the dawn's early light," ,
95
95
"What so proudly we hailed at the twilight's last gleaming," ,
96
96
"Whose broad stripes and bright stars through the perilous fight," ,
0 commit comments