]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #14601 : skade/rust/remove-notrust-tags, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 3 Jun 2014 00:16:31 +0000 (17:16 -0700)
committerbors <bors@rust-lang.org>
Tue, 3 Jun 2014 00:16:31 +0000 (17:16 -0700)
Now that rustdoc understands proper language tags
as the code not being Rust, we can tag everything
properly. `norust` as a negative statement is a bad
tag.

This change tags examples in other languages by
their language. Plain notations are marked as `text`.
Console examples are marked as `console`.

Also fix markdown.rs to not highlight non-rust code.

Amends the documentation to reflect the new
behaviour.

1  2 
src/doc/rust.md
src/libsyntax/ext/deriving/generic/mod.rs

diff --cc src/doc/rust.md
Simple merge