Deprecate ItemDecorator in favor of MultiItemDecorator
[breaking-change]
This commit is contained in:
parent
53579e6d86
commit
57690399a2
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue