mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
Fix clippy nit
This commit is contained in:
parent
5b04ff1e7b
commit
c039d4ef38
@ -55,7 +55,7 @@ bitflags!(
|
||||
}
|
||||
);
|
||||
|
||||
static FMT: &'static [u8] = b"%s\0";
|
||||
static FMT: &[u8] = b"%s\0";
|
||||
|
||||
#[inline]
|
||||
fn fmt_ptr() -> *const c_char {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user