drop unused fields
This commit is contained in:
parent
a04775060c
commit
5c26523e94
@ -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(
|
||||
|
@ -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,
|
||||
)?;
|
||||
|
Loading…
x
Reference in New Issue
Block a user