mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-31 15:47:31 +00:00
Rename Dyn*
nodes to Any*
nodes
This commit is contained in:
parent
009e6ceb1d
commit
a28c5d7311
5 changed files with 80 additions and 80 deletions
|
@ -531,7 +531,7 @@ impl ast::Variant {
|
|||
|
||||
impl ast::Item {
|
||||
pub fn generic_param_list(&self) -> Option<ast::GenericParamList> {
|
||||
ast::DynGenericParamsOwner::cast(self.syntax().clone())?.generic_param_list()
|
||||
ast::AnyGenericParamsOwner::cast(self.syntax().clone())?.generic_param_list()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue