mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-29 20:38:06 +00:00
Cleanup (#162)
* Remove unnecessary references * Shorten expressions * Remove unnecessary reference * Simplify expression * Fix formatting
This commit is contained in:
+1
-1
@@ -723,7 +723,7 @@ fn custom_round(
|
||||
idx: &mut usize,
|
||||
sections: &mut Vec<elements::Section>,
|
||||
) {
|
||||
while let Some(other_section) = map.get(&idx) {
|
||||
while let Some(other_section) = map.get(idx) {
|
||||
sections.push(other_section.clone());
|
||||
*idx += 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user