Remove thread-local for playground config
This commit is contained in:
parent
ade8b02828
commit
dbad77ffdd
6 changed files with 147 additions and 117 deletions
|
|
@ -378,7 +378,7 @@ impl Options {
|
|||
&matches.opt_strs("html-after-content"),
|
||||
&matches.opt_strs("markdown-before-content"),
|
||||
&matches.opt_strs("markdown-after-content"),
|
||||
&diag, &mut id_map, edition) {
|
||||
&diag, &mut id_map, edition, &None) {
|
||||
Some(eh) => eh,
|
||||
None => return Err(3),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue