Remove register_attr feature
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
@@ -479,8 +479,6 @@ declare_features! (
|
||||
(incomplete, raw_dylib, "1.40.0", Some(58713), None),
|
||||
/// Allows `&raw const $place_expr` and `&raw mut $place_expr` expressions.
|
||||
(active, raw_ref_op, "1.41.0", Some(64490), None),
|
||||
/// Allows using the `#[register_attr]` attribute.
|
||||
(active, register_attr, "1.41.0", Some(66080), None),
|
||||
/// Allows using the `#[register_tool]` attribute.
|
||||
(active, register_tool, "1.41.0", Some(66079), None),
|
||||
/// Allows the `#[repr(i128)]` attribute for enums.
|
||||
|
||||
Reference in New Issue
Block a user