Deprecate SyntaxExtension::Modifier

Replaced by SyntaxExtension::MultiModifier

[breaking-change]
This commit is contained in:
Adolfo Ochagavía 2015-01-16 23:07:49 +01:00
parent 6f233aaa0c
commit 2e07b0d6be

View File

@ -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