Closed
Description
Source code (rendered):
//! ```ignore
//! use itertools::Itertools;
//! ```
This renders with a warning triangle in the crate's docs. "Be careful when using this code, it's not being tested!"
Can we be more gentle with the warnings? This warning reflects badly on the crate, and we cast doubt on it that is unfounded. Any author that uses ignore
probably knew why they did so.
In this case the warning is especially visible and unlucky, and the user can easily be confused, is "the code" referring to the whole crate?