]> git.lizzy.rs Git - rust.git/commit
Count and show the deprecated attribute again
authorSimonas Kazlauskas <git@kazlauskas.me>
Fri, 13 Feb 2015 14:36:56 +0000 (16:36 +0200)
committerSimonas Kazlauskas <git@kazlauskas.me>
Sat, 14 Feb 2015 22:39:37 +0000 (00:39 +0200)
commit6a67d8600026865a1f291b1ea84ac28d4e7515a5
treeadcf60a894ea0eaad7202f693412572d3905d86d
parentba2efe96aeada34c1e2dc267a1a35948bdda91f8
Count and show the deprecated attribute again

Since we don’t have Deprecated stability level anymore, the only other source of information is
deprecated-since version, which conveniently to us, only exists if the symbol is deprecated.

Fixes #21789
src/librustdoc/clean/mod.rs
src/librustdoc/html/format.rs
src/librustdoc/stability_summary.rs