mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
1.48 required T: Debug for unsafe cell's Debug impl
This commit is contained in:
parent
3eaee3359d
commit
7bc3715f42
@ -6,6 +6,7 @@ use std::str;
|
||||
use std::{fmt, ptr};
|
||||
|
||||
/// this is the unsafe cell upon which we build our abstraction.
|
||||
#[derive(Debug)]
|
||||
pub(crate) struct UiBuffer {
|
||||
buffer: Vec<u8>,
|
||||
max_len: usize,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user