rust: drop unused import

This commit is contained in:
nick black 2021-02-27 17:24:38 -05:00 committed by Nick Black
parent a6a68e3779
commit 74f7597d09

View File

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