We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b43030 commit c02c9f2Copy full SHA for c02c9f2
crates/build-rs/src/input.rs
@@ -494,7 +494,7 @@ pub fn cargo_pkg_version_pre() -> Option<String> {
494
to_opt(var_or_panic("CARGO_PKG_VERSION_PRE")).map(to_string)
495
}
496
497
-/// Colon separated list of authors from the manifest of your package.
+/// The authors from the manifest of your package.
498
#[track_caller]
499
pub fn cargo_pkg_authors() -> Vec<String> {
500
to_strings(var_or_panic("CARGO_PKG_AUTHORS"), ':')
0 commit comments