Skip to content

Commit 5769039

Browse files
committed
Deprecate ItemDecorator in favor of MultiItemDecorator
[breaking-change]
1 parent 53579e6 commit 5769039

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libsyntax/ext/base.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ use fold::Folder;
2929
use std::collections::HashMap;
3030
use std::rc::Rc;
3131

32+
#[deprecated="Replaced by MultiItemDecorator"]
3233
pub trait ItemDecorator {
3334
fn expand(&self,
3435
ecx: &mut ExtCtxt,

0 commit comments

Comments
 (0)