drop unused fields

This commit is contained in:
Aleksey Kladov 2021-07-11 13:51:52 +03:00
parent a04775060c
commit 5c26523e94
2 changed files with 0 additions and 4 deletions

View File

@ -40,8 +40,6 @@ pub struct AnnotationConfig {
pub annotate_impls: bool,
pub annotate_references: bool,
pub annotate_method_references: bool,
pub run: bool,
pub debug: bool,
}
pub(crate) fn annotations(

View File

@ -1147,8 +1147,6 @@ pub(crate) fn handle_code_lens(
annotate_impls: lens_config.implementations,
annotate_references: lens_config.refs,
annotate_method_references: lens_config.method_refs,
run: lens_config.run,
debug: lens_config.debug,
},
file_id,
)?;