We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a5e6b commit 05bb712Copy full SHA for 05bb712
README.md
@@ -10,7 +10,7 @@ as well as anything that requires function calls to be computed.
10
11
# Syntax
12
13
-```
+```rust
14
lazy_static! {
15
static ref NAME_1: TYPE_1 = EXPR_1;
16
static ref NAME_2: TYPE_2 = EXPR_2;
src/lazy_static.rs
@@ -8,7 +8,7 @@ as well as anything that requires function calls to be computed.
8
9
0 commit comments