[ty] Limit shown import paths to at most 5 unless ty runs with -v (#20912)

This commit is contained in:
Micha Reiser 2025-10-16 13:18:09 +02:00 committed by GitHub
parent c8133104e8
commit 9393279f65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 155 additions and 12 deletions

View file

@ -98,6 +98,10 @@ impl Db for ModuleDb {
fn lint_registry(&self) -> &LintRegistry {
default_lint_registry()
}
fn verbose(&self) -> bool {
false
}
}
#[salsa::db]