[rust] s/cell/nccell/ from ffi

pull/2166/head
nick black 3 years ago
parent 2fbdb50d71
commit ca06d891fb
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -205,7 +205,7 @@ use crate::{NcChannel, NcPlane};
/// multicolumn glyph. whether a cell is the left or right side of the glyph
/// can be determined by checking whether ->gcluster is zero.
///
pub type NcCell = crate::bindings::ffi::cell;
pub type NcCell = crate::bindings::ffi::nccell;
// RETHINK:
//

Loading…
Cancel
Save