Function cargo::util::toml::deprecated_underscore
source ยท fn deprecated_underscore<T>(
old: &Option<T>,
new: &Option<T>,
new_path: &str,
name: &str,
kind: &str,
edition: Edition,
warnings: &mut Vec<String>,
) -> CargoResult<()>
Expand description
Warn about paths that have been deprecated and may conflict.