Rule: Public function marked deprecated¶
Canonical rule slug: public-function-marked-deprecated. ← back to all rules
A published function gains a deprecation attribute -- the signature and the export are unchanged, but the library has made a machine-readable statement that the entry point is scheduled for removal.
Canonical demonstration¶
- case205_public_function_marked_deprecated — Public Function Marked Deprecated (🟢 COMPATIBLE)