Deprecate SyntaxExtension::Modifier
Replaced by SyntaxExtension::MultiModifier [breaking-change]
This commit is contained in:
parent
6f233aaa0c
commit
2e07b0d6be
1 changed files with 1 additions and 0 deletions
|
|
@ -431,6 +431,7 @@ pub enum SyntaxExtension {
|
|||
|
||||
/// A syntax extension that is attached to an item and modifies it
|
||||
/// in-place.
|
||||
#[deprecated="Replaced by MultiModifier"]
|
||||
Modifier(Box<ItemModifier + 'static>),
|
||||
|
||||
/// A syntax extension that is attached to an item and modifies it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue