Merge branch 'master' of github.com:rust-analyzer/rust-analyzer
This commit is contained in:
@@ -423,6 +423,10 @@ impl ast::MacroCall {
|
||||
None
|
||||
}
|
||||
}
|
||||
|
||||
pub fn is_bang(&self) -> bool {
|
||||
self.is_macro_rules().is_none()
|
||||
}
|
||||
}
|
||||
|
||||
impl ast::LifetimeParam {
|
||||
|
||||
Reference in New Issue
Block a user