Skip to content

Commit 9a76c93

Browse files
committed
Use default of preferring static over dynamic linking in rustdoc tests.
1 parent ef5c00d commit 9a76c93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/librustdoc/test.rs

-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ fn run_test(test: &str, cratename: &str, filename: &FileName, line: usize,
220220
output_types: outputs,
221221
externs,
222222
cg: config::CodegenOptions {
223-
prefer_dynamic: true,
224223
linker,
225224
..cg
226225
},

0 commit comments

Comments
 (0)