refactor: use shorthand fields
This commit is contained in:
parent
1dceaddfbe
commit
eca11b99a7
57 changed files with 68 additions and 68 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue