Skip to content

Commit 977603c

Browse files
Update LangString::parse usage in markdown tests
1 parent 96a352e commit 977603c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/markdown/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ fn test_lang_string_parse() {
6464
edition: Option<Edition>,
6565
) {
6666
assert_eq!(
67-
LangString::parse(s, ErrorCodes::Yes, true),
67+
LangString::parse(s, ErrorCodes::Yes, true, None),
6868
LangString {
6969
should_panic,
7070
no_run,

0 commit comments

Comments
 (0)