Skip to content

Commit

Permalink
Rollup merge of rust-lang#42355 - bjorn3:patch-1, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Syntax highlight rust code in librustc/dep_graph/README.md
  • Loading branch information
Mark-Simulacrum committed Jun 2, 2017
2 parents fb0842a + 24671ba commit 7a56e2b
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 7a56e2b

Please sign in to comment.