docs(build-rs): Remove reference to encoding

This commit is contained in:
Ed Page 2024-11-13 14:46:11 -06:00
parent 8b43030bb7
commit c02c9f2517

View File

@ -494,7 +494,7 @@ pub fn cargo_pkg_version_pre() -> Option<String> {
to_opt(var_or_panic("CARGO_PKG_VERSION_PRE")).map(to_string)
}
/// Colon separated list of authors from the manifest of your package.
/// The authors from the manifest of your package.
#[track_caller]
pub fn cargo_pkg_authors() -> Vec<String> {
to_strings(var_or_panic("CARGO_PKG_AUTHORS"), ':')