Function warning

Source
pub fn warning<S>(msg: S)
where S: AsRef<str>,
Expand description

Instructs Cargo to display a warning.

warning!(..) is shorthand for build_helper::warning(&format!(..)).