Skip to content

Commit b456181

Browse files
bors[bot]rtzoeller
andauthored
Merge #1846
1846: fix '<newline>' being interpreted as html r=asomers a=rtzoeller This is breaking nightly. Co-authored-by: Ryan Zoeller <rtzoeller@rtzoeller.com>
2 parents 4d4bfef + f282625 commit b456181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unistd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2207,7 +2207,7 @@ pub enum SysconfVar {
22072207
/// Unless otherwise noted, the maximum length, in bytes, of a utility's
22082208
/// input line (either standard input or another file), when the utility is
22092209
/// described as processing text files. The length includes room for the
2210-
/// trailing <newline>.
2210+
/// trailing newline.
22112211
#[cfg(not(any(target_os = "redox", target_os = "haiku")))]
22122212
#[cfg_attr(docsrs, doc(cfg(all())))]
22132213
LINE_MAX = libc::_SC_LINE_MAX,

0 commit comments

Comments
 (0)