Deprecate ItemDecorator in favor of MultiItemDecorator

[breaking-change]
This commit is contained in:
Adolfo Ochagavía 2015-01-16 22:51:03 +01:00
parent 53579e6d86
commit 57690399a2

View file

@ -29,6 +29,7 @@ use fold::Folder;
use std::collections::HashMap;
use std::rc::Rc;
#[deprecated="Replaced by MultiItemDecorator"]
pub trait ItemDecorator {
fn expand(&self,
ecx: &mut ExtCtxt,