mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-03 17:10:39 +00:00
rename
This commit is contained in:
parent
1d95f34e9a
commit
c146331b1c
4 changed files with 60 additions and 60 deletions
|
@ -36,7 +36,7 @@ impl<R: TreeRoot> File<R> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<R: TreeRoot> Function<R> {
|
||||
impl<R: TreeRoot> FnDef<R> {
|
||||
pub fn has_atom_attr(&self, atom: &str) -> bool {
|
||||
self.syntax()
|
||||
.children()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue