[breaking-change] don't glob export ast::Mutablity variants
This commit is contained in:
committed by
Oliver Schneider
parent
14e09ad468
commit
73fa9b2da2
@@ -27,7 +27,7 @@ pub fn expand_deriving_debug(cx: &mut ExtCtxt,
|
||||
{
|
||||
// &mut ::std::fmt::Formatter
|
||||
let fmtr = Ptr(Box::new(Literal(path_std!(cx, core::fmt::Formatter))),
|
||||
Borrowed(None, ast::MutMutable));
|
||||
Borrowed(None, ast::Mutability::Mutable));
|
||||
|
||||
let trait_def = TraitDef {
|
||||
span: span,
|
||||
|
||||
Reference in New Issue
Block a user