Compare commits

...

1 Commits

Author SHA1 Message Date
Carl Meyer
f16e5fa21a [ty] ignore possibly-unresolved-reference by default 2025-05-07 11:50:02 -07:00

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,
}
}