Skip to content

Commit a214022

Browse files
committed
style: remove useless conversion
1 parent 3661e26 commit a214022

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

typify-macro/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,6 @@ mod tests {
284284
map_type = ::my::map::Type,
285285
};
286286

287-
let MacroSettings { .. } = serde_tokenstream::from_tokenstream(&item.into()).unwrap();
287+
let MacroSettings { .. } = serde_tokenstream::from_tokenstream(&item).unwrap();
288288
}
289289
}

0 commit comments

Comments
 (0)