For example: https://github.com/paritytech/polkadot-sdk/issues?q=is%3Aissue%20state%3Aopen%20deprecated For example: ``` #[deprecated(note = "Will be removed after July 2025 ``` ``` #[deprecated( note = "Please use fungible::Credit instead. This type will be removed some time after March 2024." )] ```