Attribute Macro revisit_in

Source
#[revisit_in]
Expand description

Mark code that may need revisiting in a future version. Accepts a string literal describing when to revisit, like #[revisit_in("v2.0")]. This attribute does not modify the item it annotates.