mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Fill deprecation for LSP
This commit is contained in:
parent
569e1e871e
commit
852b083794
6 changed files with 86 additions and 23 deletions
|
@ -755,6 +755,7 @@ impl ToOwned for EnumVariant {
|
|||
|
||||
impl ast::NameOwner for EnumVariant {}
|
||||
impl ast::DocCommentsOwner for EnumVariant {}
|
||||
impl ast::AttrsOwner for EnumVariant {}
|
||||
impl EnumVariant {
|
||||
pub fn expr(&self) -> Option<&Expr> {
|
||||
super::child_opt(self)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue