Add doc-comment to test README examples (#515)

This commit is contained in:
Guillaume Gomez
2019-04-30 23:11:10 +02:00
committed by Sean McArthur
parent 15595acb04
commit 66a88d946b
3 changed files with 8 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ An ergonomic, batteries-included HTTP Client for Rust.
## Example
```rust
```rust,no_run
extern crate reqwest;
use std::collections::HashMap;