| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-06-13 | Remove must_use from ALLOWED_ATTRIBUTES | Jacob Hoffman-Andrews | -2/+1 | |
| 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 | |
| 2018-06-13 | Fix rustdoc test failure | Guillaume Gomez | -2/+2 | |
| 2015-11-02 | librustdoc: ignore lint warnings when compiling documentation | Kevin Butler | -0/+20 | |
