[ty] Add a TODO for linting on todo!

This commit is contained in:
Andrew Gallant 2025-08-22 08:07:05 -04:00 committed by Andrew Gallant
parent b3cc733f06
commit 85931ab594

View file

@ -10040,6 +10040,11 @@ impl<'db> TypeInferenceBuilder<'db, '_> {
// =================================================================================
// Branches where we probably should emit diagnostics in some context, but don't yet
// =================================================================================
// TODO: When this case is implemented and the `todo!` usage
// is removed, consider adding `todo = "warn"` to the Clippy
// lint configuration in `Cargo.toml`. At time of writing,
// 2025-08-22, this was the only usage of `todo!` in ruff/ty.
// ---AG
ast::Expr::IpyEscapeCommand(_) => todo!("Implement Ipy escape command support"),
ast::Expr::EllipsisLiteral(_) => {