mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-19 23:07:38 +00:00
Adjust for new Salsa not implementing Debug
by default
This commit is contained in:
parent
1d52d5d422
commit
2bba385dda
2 changed files with 6 additions and 6 deletions
|
@ -392,7 +392,7 @@ impl BuiltDependency {
|
|||
|
||||
pub type CratesIdMap = FxHashMap<CrateBuilderId, Crate>;
|
||||
|
||||
#[salsa::input(no_debug)]
|
||||
#[salsa::input]
|
||||
#[derive(Debug)]
|
||||
pub struct Crate {
|
||||
#[return_ref]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue