mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 21:34:57 +00:00
[ty] Add a TODO for linting on todo!
This commit is contained in:
parent
b3cc733f06
commit
85931ab594
1 changed files with 5 additions and 0 deletions
|
@ -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(_) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue