Clippy go brrr
This commit is contained in:
parent
8f5e2515dd
commit
6c926c4841
@ -32,9 +32,9 @@ fn main() {
|
|||||||
pub const EDGES_MAP_SIZE: usize = {};
|
pub const EDGES_MAP_SIZE: usize = {};
|
||||||
/// The size of the cmps map
|
/// The size of the cmps map
|
||||||
pub const CMP_MAP_SIZE: usize = {};
|
pub const CMP_MAP_SIZE: usize = {};
|
||||||
/// The width of the CmpLog map
|
/// The width of the `CmpLog` map
|
||||||
pub const CMPLOG_MAP_W: usize = {};
|
pub const CMPLOG_MAP_W: usize = {};
|
||||||
/// The height of the CmpLog map
|
/// The height of the `CmpLog` map
|
||||||
pub const CMPLOG_MAP_H: usize = {};
|
pub const CMPLOG_MAP_H: usize = {};
|
||||||
",
|
",
|
||||||
edges_map_size, cmp_map_size, cmplog_map_w, cmplog_map_h
|
edges_map_size, cmp_map_size, cmplog_map_w, cmplog_map_h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user