Stabilize suggestion applicability field in json output

This commit is contained in:
Manish Goregaokar 2018-05-06 13:30:06 -07:00
parent 6e6a4b1957
commit 30bd586bec
4 changed files with 4 additions and 22 deletions

View file

@ -144,7 +144,6 @@ pub fn new_handler(error_format: ErrorOutputType, codemap: Option<Lrc<codemap::C
None,
codemap,
pretty,
sessopts.debugging_opts.suggestion_applicability,
).ui_testing(sessopts.debugging_opts.ui_testing)
)
},