Function cargo::util::toml::warn_on_deprecated
source · fn warn_on_deprecated(
new_path: &str,
name: &str,
kind: &str,
warnings: &mut Vec<String>
)
Expand description
Warn about paths that have been deprecated and may conflict.