changeset 8:8d44466dbb15

Make syntax in README `rust`
author Lewin Bormann <lbo@spheniscida.de>
date Thu, 15 Oct 2020 13:34:53 +0200
parents 7974d6e741fc
children 69a47879ec78
files README.md
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Thu Oct 15 13:34:30 2020 +0200
+++ b/README.md	Thu Oct 15 13:34:53 2020 +0200
@@ -21,7 +21,7 @@
 
 This is, aside from the `assert`s, expanded into:
 
-```
+```rust
 // This is obviously further expanded before compiling.
 lazy_static! {
   static ref MEMOIZED_MAPPING_HELLO : Mutex<HashMap<String, bool>>;