We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0489c commit 100c259Copy full SHA for 100c259
rls-rustc/src/lib.rs
@@ -90,7 +90,6 @@ struct ShimCalls {
90
91
impl Callbacks for ShimCalls {
92
fn config(&mut self, config: &mut interface::Config) {
93
- config.opts.debugging_opts.continue_parse_after_error = true;
94
config.opts.debugging_opts.save_analysis = true;
95
96
#[cfg(feature = "clippy")]
0 commit comments