mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
More cleanups / module docs
This commit is contained in:
parent
8a2c482082
commit
fbe98047d4
6 changed files with 12 additions and 10 deletions
|
@ -1,9 +1,11 @@
|
|||
//! Trait solving using Chalk.
|
||||
|
||||
use std::env::var;
|
||||
|
||||
use base_db::CrateId;
|
||||
use chalk_ir::cast::Cast;
|
||||
use chalk_solve::{logging_db::LoggingRustIrDatabase, Solver};
|
||||
|
||||
use base_db::CrateId;
|
||||
use hir_def::{lang_item::LangItemTarget, TraitId};
|
||||
use stdx::panic_context;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue