Remove Spanned from mk_name_value_item_str and expr_to_spanned_string
This commit is contained in:
parent
1cdcea920e
commit
73d2da0894
8 changed files with 31 additions and 29 deletions
|
|
@ -939,8 +939,6 @@ pub struct Field {
|
|||
pub id: NodeId,
|
||||
}
|
||||
|
||||
pub type SpannedIdent = Spanned<Ident>;
|
||||
|
||||
#[derive(Clone, PartialEq, RustcEncodable, RustcDecodable, Debug, Copy)]
|
||||
pub enum BlockCheckMode {
|
||||
Default,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue