mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 00:45:37 +01:00
add comment
This commit is contained in:
@@ -633,6 +633,7 @@ fn parse_modifier(modifier: &str) -> Result<Modifier> {
|
||||
|
||||
let modifier = modifier.trim();
|
||||
|
||||
// We intentionally avoid usage of match_ignore_ascii_case! macro here because it lead to enormous amount of LLVM code which signifnicantly increase compilation time (see https://github.com/tursodatabase/turso/pull/3929)
|
||||
// Fast path for exact matches
|
||||
if modifier.eq_ignore_ascii_case("ceiling") {
|
||||
return Ok(Modifier::Ceiling);
|
||||
|
||||
Reference in New Issue
Block a user