| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-04-07 | rustdoc: Allowing specifying attrs for doctests | Alex Crichton | -0/+19 | |
| This adds support in rustdoc to blanket apply crate attributes to all doc tests for a crate at once. The syntax for doing this is: #![doc(test(attr(...)))] Each meta item in `...` will be applied to each doctest as a crate attribute. cc #18199 | ||||
