parent
3147e5327a
commit
43d5e4ea21
|
@ -107,6 +107,7 @@ static CHAR_ARRAY: [u64; 95] = [
|
||||||
];
|
];
|
||||||
|
|
||||||
impl Display {
|
impl Display {
|
||||||
|
#[allow(clippy::too_many_arguments)] // Sorry, Clips, this api stays for now, ugly as it is.
|
||||||
pub fn new(
|
pub fn new(
|
||||||
base: u32,
|
base: u32,
|
||||||
size: u32,
|
size: u32,
|
||||||
|
|
Loading…
Reference in New Issue