about summary refs log tree commit diff
path: root/src/test/rustdoc/deprecated-impls.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-10-10Fix typo in deprecated_implsPhilip Munksgaard-1/+1
The function is called `fn_def_with_doc`, not `fn_def_with`.
2016-06-15rustdoc: Add stability notices to impl itemsOliver Middleton-0/+128
Also fixes missing stability notices on methods with no docs.