Add syntax highlighting for examples.

This commit is contained in:
Corey Farwell
2017-07-31 20:32:53 -04:00
committed by GitHub
parent db222ce09b
commit 293535dd91
+2 -2
View File
@@ -36,7 +36,7 @@ fn main() {
Create an HTTP request:
```
```rust
extern crate http;
use http::Request;
@@ -52,7 +52,7 @@ fn main() {
Create an HTTP resposne:
```
```rust
extern crate http;
use http::Response;