[rust] s/cell/nccell/ from ffi

This commit is contained in:
nick black 2021-09-13 15:38:09 -04:00
parent 2fbdb50d71
commit ca06d891fb
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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:
//