about summary refs log tree commit diff
path: root/src/test/rustdoc/must-use.rs
AgeCommit message (Collapse)AuthorLines
2021-06-13Remove must_use from ALLOWED_ATTRIBUTESJacob Hoffman-Andrews-11/+0
This is a fairly common attribute on methods, but is not something you need to know when reading the method docs - the purpose of the attribute is for the compiler to tell you about it if you forget to use a value. Removing reclaims some valuable space in the summary of methods.
2018-12-25Remove licensesMark Rousskov-10/+0
2015-04-07test: Move all run-make rustdoc tests to test/rustdocAlex Crichton-0/+21