# Objective `WhereClauseOption` contains a reference to a `ReflectMeta`. Oddly enough, a bunch of functions that take a `WhereClauseOption` argument also take a `ReflectMeta` reference argument, which is exactly the same as the reference in the `WhereClauseOption`. ## Solution This commit removes the redundant `ReflectMeta` argument from these functions. This requires adding a `WhereClauseOption::meta` getter method. ## Testing `cargo run -p ci` |
||
|---|---|---|
| .. | ||
| func | ||
| assertions.rs | ||
| common.rs | ||
| enums.rs | ||
| mod.rs | ||
| opaque.rs | ||
| structs.rs | ||
| tuple_structs.rs | ||
| typed.rs | ||