Skip to content

Commit

Permalink
Deprecate SyntaxExtension::Modifier
Browse files Browse the repository at this point in the history
Replaced by SyntaxExtension::MultiModifier

[breaking-change]
  • Loading branch information
aochagavia committed Jan 31, 2015
1 parent 6f233aa commit 2e07b0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libsyntax/ext/base.rs
Expand Up @@ -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
Expand Down

0 comments on commit 2e07b0d

Please sign in to comment.