mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Remove unneded supertrait
This commit is contained in:
parent
cf8ac6e3c7
commit
3bdb034906
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ pub use hir_expand::db::{
|
|||
|
||||
#[salsa::query_group(HirDatabaseStorage)]
|
||||
#[salsa::requires(salsa::Database)]
|
||||
pub trait HirDatabase: DefDatabase + AstDatabase {
|
||||
pub trait HirDatabase: DefDatabase {
|
||||
#[salsa::invoke(crate::ty::infer_query)]
|
||||
fn infer(&self, def: DefWithBody) -> Arc<InferenceResult>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue