Skip to content

Commit c02c9f2

Browse files
committed
docs(build-rs): Remove reference to encoding
1 parent 8b43030 commit c02c9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/build-rs/src/input.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ pub fn cargo_pkg_version_pre() -> Option<String> {
494494
to_opt(var_or_panic("CARGO_PKG_VERSION_PRE")).map(to_string)
495495
}
496496

497-
/// Colon separated list of authors from the manifest of your package.
497+
/// The authors from the manifest of your package.
498498
#[track_caller]
499499
pub fn cargo_pkg_authors() -> Vec<String> {
500500
to_strings(var_or_panic("CARGO_PKG_AUTHORS"), ':')

0 commit comments

Comments
 (0)