Skip to content

Commit

Permalink
Syntax highlight rust code in librustc/dep_graph/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Jun 1, 2017
1 parent 4ed2eda commit 24671ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc/dep_graph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ and `...` are whatever edges the `/* compute value */` closure creates.
In particular, using the memoize helper is much better than writing
the obvious code yourself:

```
```rust
if let Some(result) = map.get(key) {
return result;
}
Expand Down

0 comments on commit 24671ba

Please sign in to comment.