| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-06-13 | Remove must_use from ALLOWED_ATTRIBUTES | Jacob 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-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2015-04-07 | test: Move all run-make rustdoc tests to test/rustdoc | Alex Crichton | -0/+21 | |
