Skip to content

Commit 25e5351

Browse files
committed
Fix test failures on rust < 1.59
1 parent 07c0e6c commit 25e5351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manifest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ pub fn split_input(
127127

128128
#[rustversion::before(1.59)]
129129
#[cfg(test)]
130-
pub const STRIP_SECTION: &str = "";
130+
pub const STRIP_SECTION: &str = "\n";
131131
#[rustversion::since(1.59)]
132132
#[cfg(test)]
133133
pub const STRIP_SECTION: &str = r##"

0 commit comments

Comments
 (0)