fix unecessary parens in macro
This commit is contained in:
@@ -484,6 +484,6 @@ macro_rules! heap_index {
|
|||||||
|
|
||||||
macro_rules! cell_index {
|
macro_rules! cell_index {
|
||||||
($idx:expr) => {
|
($idx:expr) => {
|
||||||
(($idx) / std::mem::size_of::<HeapCellValue>())
|
($idx) / std::mem::size_of::<HeapCellValue>()
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user