1
Fork 0

refactor: use shorthand fields

This commit is contained in:
teresy 2018-11-06 15:05:44 -05:00
parent 1dceaddfbe
commit eca11b99a7
57 changed files with 68 additions and 68 deletions

View file

@ -126,7 +126,7 @@ pub fn expand_include<'cx>(cx: &'cx mut ExtCtxt, sp: Span, tts: &[tokenstream::T
}
}
Box::new(ExpandResult { p: p })
Box::new(ExpandResult { p })
}
// include_str! : read the given file, insert it as a literal string expr