mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
drop obsolete fixme
This commit is contained in:
parent
4f8dc1b9f0
commit
d387bdccba
2 changed files with 4 additions and 5 deletions
|
@ -37,7 +37,6 @@ pub(crate) struct ScopeData {
|
|||
}
|
||||
|
||||
impl ExprScopes {
|
||||
// FIXME: This should take something more general than Function
|
||||
pub(crate) fn expr_scopes_query(db: &impl HirDatabase, def: DefWithBody) -> Arc<ExprScopes> {
|
||||
let body = db.body_hir(def);
|
||||
let res = ExprScopes::new(body);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue