summary refs log tree commit diff
path: root/src/test/rustdoc/playground.rs
AgeCommit message (Collapse)AuthorLines
2017-11-05add #![allow(unused)] to the playground link rustdoc testsQuietMisdreavus-3/+3
2016-10-15rustdoc: Improve playground run buttonsOliver Middleton-0/+39
The main change is to stop using javascript to generate the URLs and use rustdoc instead. This also adds run buttons to the error index examples.