diff --git a/rust/src/cells/methods.rs b/rust/src/cells/methods.rs index 914883cbe..be1cd0432 100644 --- a/rust/src/cells/methods.rs +++ b/rust/src/cells/methods.rs @@ -1,7 +1,7 @@ //! `NcCell` methods and associated functions. use crate::{ - cell_load, cstring, error, NcAlphaBits, NcCell, NcChannel, NcChannelPair, NcColor, NcEgc, + cell_load, cstring, error, NcAlphaBits, NcCell, NcChannelPair, NcColor, NcEgc, NcEgcBackstop, NcPaletteIndex, NcPlane, NcResult, NcRgb, NcStyleMask, NCRESULT_ERR, };