When looking throught the documentation of a library, I generally want to ignore deprecated items. Some libraries (the standard library in particular) never make breaking changes, so they slowly accumulate a layer of deprecated functions that only adds noise to the documentation when working on greenfield projects.
It would be nice if there was an option to hide deprecated items in the docs.rs documentation.
When looking throught the documentation of a library, I generally want to ignore deprecated items. Some libraries (the standard library in particular) never make breaking changes, so they slowly accumulate a layer of deprecated functions that only adds noise to the documentation when working on greenfield projects.
It would be nice if there was an option to hide deprecated items in the docs.rs documentation.