Fix last remaining line containing dox
During the removal of the dox feature, you must have missed one line. Unfortunately I can't fork the project to open a PR, but you can easily find it.
The line
#[cfg(any(feature = "v1_18", feature = "dox"))]
should be changed to
#[cfg(feature = "v1_18")]
Thank you