@@ -2,7 +2,7 @@ use grep::{grep, Flags};
2
2
3
3
use std:: fs;
4
4
5
- static ILIAD_CONTENT : & ' static str = "Achilles sing, O Goddess! Peleus' son;
5
+ static ILIAD_CONTENT : & str = "Achilles sing, O Goddess! Peleus' son;
6
6
His wrath pernicious, who ten thousand woes
7
7
Caused to Achaia's host, sent many a soul
8
8
Illustrious into Ades premature,
@@ -13,7 +13,7 @@ The noble Chief Achilles from the son
13
13
Of Atreus, Agamemnon, King of men.
14
14
" ;
15
15
16
- static MIDSUMMER_NIGHT_CONTENT : & ' static str = "I do entreat your grace to pardon me.
16
+ static MIDSUMMER_NIGHT_CONTENT : & str = "I do entreat your grace to pardon me.
17
17
I know not by what power I am made bold,
18
18
Nor how it may concern my modesty,
19
19
In such a presence here to plead my thoughts;
@@ -22,7 +22,7 @@ The worst that may befall me in this case,
22
22
If I refuse to wed Demetrius.
23
23
" ;
24
24
25
- static PARADISE_LOST_CONTENT : & ' static str = "Of Mans First Disobedience, and the Fruit
25
+ static PARADISE_LOST_CONTENT : & str = "Of Mans First Disobedience, and the Fruit
26
26
Of that Forbidden Tree, whose mortal tast
27
27
Brought Death into the World, and all our woe,
28
28
With loss of Eden, till one greater Man
@@ -36,7 +36,7 @@ That Shepherd, who first taught the chosen Seed
36
36
/// A poem by Alexander Blok(https://en.wikipedia.org/wiki/Alexander_Blok)
37
37
/// a Russian poet who is regarded as one of the most important figures of the Silver Age of Russian Poetry
38
38
/// You can read the translation here: https://lyricstranslate.com/ru/белой-ночью-месяц-красный-white-night-crimson-crescent.html
39
- static IN_THE_WHITE_NIGHT_CONTENT : & ' static str = "Белой ночью месяц красный
39
+ static IN_THE_WHITE_NIGHT_CONTENT : & str = "Белой ночью месяц красный
40
40
Выплывает в синеве.
41
41
Бродит призрачно-прекрасный,
42
42
Отражается в Неве.
0 commit comments