mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-25 10:31:12 +00:00
Clean up Atom::from match arm order
This commit is contained in:
parent
239d05fac6
commit
9542f227db
@ -34,9 +34,9 @@ impl Atom {
|
|||||||
"i16" => Some(I16),
|
"i16" => Some(I16),
|
||||||
"i32" => Some(I32),
|
"i32" => Some(I32),
|
||||||
"i64" => Some(I64),
|
"i64" => Some(I64),
|
||||||
|
"isize" => Some(Isize),
|
||||||
"f32" => Some(F32),
|
"f32" => Some(F32),
|
||||||
"f64" => Some(F64),
|
"f64" => Some(F64),
|
||||||
"isize" => Some(Isize),
|
|
||||||
"CxxString" => Some(CxxString),
|
"CxxString" => Some(CxxString),
|
||||||
"String" => Some(RustString),
|
"String" => Some(RustString),
|
||||||
_ => None,
|
_ => None,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user