Skip to content
Snippets Groups Projects
Commit dfd14dd6 authored by Denis Smirnov's avatar Denis Smirnov
Browse files

fixup: in operator is not =all (not even a =any)

parent 5eea6e23
No related branches found
No related tags found
1 merge request!1414sbroad import
......@@ -14,8 +14,8 @@ pub enum Bool {
And,
/// `=`
Eq,
/// `=all` (also named `in`)
EqAll,
/// `in`
In,
/// `>`
Gt,
/// `>=`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment