fix warning about unnecessary parens
This commit is contained in:
		| @@ -54,7 +54,7 @@ struct Pos { | |||||||
| #[derive(Debug, Copy, Clone, Eq, PartialEq)] | #[derive(Debug, Copy, Clone, Eq, PartialEq)] | ||||||
| struct HashValue(usize); | struct HashValue(usize); | ||||||
|  |  | ||||||
| const MAX_SIZE: usize = (1 << 16); | const MAX_SIZE: usize = 1 << 16; | ||||||
| const DYN_OFFSET: usize = 62; | const DYN_OFFSET: usize = 62; | ||||||
|  |  | ||||||
| macro_rules! probe_loop { | macro_rules! probe_loop { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user