Docfixes and minor refactors

This commit is contained in:
therealyingtong 2023-02-24 15:31:08 +08:00
parent 5548bdc515
commit 162412700d
1 changed files with 1 additions and 1 deletions

View File

@ -1280,7 +1280,7 @@ mod tests {
}
/// Just like dynamic_lookup, but breaks the table into single row regions.
/// TODO refactor
/// TODO refactor to remove code duplication
#[test]
fn dynamic_lookup_success() {
struct DynLookupCircuit {}