mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Remove is_unnamed
This commit is contained in:
parent
beac779c96
commit
cd8155b7f7
1 changed files with 0 additions and 4 deletions
|
@ -782,10 +782,6 @@ impl ConstData {
|
|||
self.name.as_ref()
|
||||
}
|
||||
|
||||
pub fn is_unnamed(&self) -> bool {
|
||||
self.name.is_none()
|
||||
}
|
||||
|
||||
pub fn type_ref(&self) -> &TypeRef {
|
||||
&self.type_ref
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue