[ty] ignore possibly-unresolved-reference by default

This commit is contained in:
Carl Meyer 2025-05-07 11:50:02 -07:00
parent ce0800fccf
commit f16e5fa21a
No known key found for this signature in database
GPG key ID: 2D1FB7916A52E121

View file

@ -851,7 +851,7 @@ declare_lint! {
pub(crate) static POSSIBLY_UNRESOLVED_REFERENCE = {
summary: "detects references to possibly undefined names",
status: LintStatus::preview("1.0.0"),
default_level: Level::Warn,
default_level: Level::Ignore,
}
}