chore: remove redundant word in comment (#740)
Signed-off-by: zhoujiaweii <zjwustc@outlook.com>
This commit is contained in:
@@ -97,7 +97,7 @@ mod test {
|
|||||||
_ => panic!("should not happen"),
|
_ => panic!("should not happen"),
|
||||||
};
|
};
|
||||||
|
|
||||||
// this is new new style of matching for consts
|
// this is new style of matching for consts
|
||||||
match type_id {
|
match type_id {
|
||||||
kCFNumberFloat32Type => assert!(true),
|
kCFNumberFloat32Type => assert!(true),
|
||||||
_ => panic!("should not happen"),
|
_ => panic!("should not happen"),
|
||||||
|
|||||||
Reference in New Issue
Block a user