mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-17 22:14:37 +01:00
remove comment
This commit is contained in:
@@ -3760,7 +3760,6 @@ fn cast_text_to_numeric(text: &str) -> OwnedValue {
|
||||
CastTextToIntResultCode::TooLargeOrMalformed | CastTextToIntResultCode::SpecialCase,
|
||||
) => real_cast,
|
||||
(CastTextToRealResultCode::PureInt, CastTextToIntResultCode::Success) => int_cast,
|
||||
// CastTextToRealResultCode::NotValid => (),
|
||||
_ => real_cast,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user