From 74f7597d0904c651aa8201119b545a4fe7bbc651 Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 27 Feb 2021 17:24:38 -0500 Subject: [PATCH] rust: drop unused import --- rust/src/cells/methods.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, };