Adjust for new Salsa not implementing Debug by default

This commit is contained in:
Chayim Refael Friedman 2025-04-14 00:54:41 +03:00
parent 1d52d5d422
commit 2bba385dda
2 changed files with 6 additions and 6 deletions

View file

@ -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]