Skip to content
This repository was archived by the owner on Mar 20, 2024. It is now read-only.

Commit a2ffbf8

Browse files
sunjayLegNeato
authored andcommitted
Rust syntax highlighting on code example in quickstart guide (#7)
1 parent c87a3ce commit a2ffbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ To actually serve the schema, see the guides for our [Rocket][rocket_guide] or
137137
You can invoke `juniper::execute` directly to run a GraphQL query:
138138

139139
!FILENAME main.rs
140-
```
140+
```rust
141141
#[macro_use] extern crate juniper;
142142

143143
use juniper::{FieldResult, Variables, EmptyMutation};

0 commit comments

Comments
 (0)