cairo_lang_syntax::attribute::consts

Constant DEPRECATED_ATTR

source
pub const DEPRECATED_ATTR: &str = "deprecated";
Expand description

An attribute to define an item as deprecated. Usage of these items will result in a warning, unless the using crate is marked with their feature active.