Add missing "```"

This commit is contained in:
Guillaume Gomez 2015-07-07 17:01:32 +02:00
parent 26f0cd5de7
commit 3c76163e1d

View file

@ -1467,6 +1467,7 @@ impl Foo for Bar {
// the impl
fn foo() {}
}
```
"##,
E0192: r##"