programming/rust.org
... ...
@@ -20,9 +20,10 @@ It only allows you to write a placeholder for some types that are unrepresentabl
20 20
:CREATED: [2024-05-09 Thu 23:02]
21 21
:END:
22 22
23
-- that *never* changes place.
24
-- exists from the beginning of the versions of the config file.
25
-- preferably at the top level of the file.
23
+That:
24
+- *Never* changes place.
25
+- Exists from the beginning of the versions of the config file.
26
+- Preferably at the top level of the file.
26 27
27 28
This way we can easily check if a config file is compatible with our parser.
28 29