rust: drop unused import

pull/1377/head
nick black 3 years ago committed by Nick Black
parent a6a68e3779
commit 74f7597d09

@ -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,
};

Loading…
Cancel
Save