cargo::util::toml

Function 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.