mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
drop unused fields
This commit is contained in:
parent
a04775060c
commit
5c26523e94
2 changed files with 0 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue