Fixed a warning of attempt never being used.

This is due to attempt only being needed when converting sigil members.
This commit is contained in:
Myrddin Dundragon 2019-01-21 21:10:33 -05:00
parent eec868b406
commit c6412f98a0

View File

@ -1,7 +1,8 @@
use weave::attempt;
use spellbook::components::Array;
#[cfg(feature="convert_sigils")]
use weave::attempt;
#[cfg(feature="convert_sigils")]
use sigils::{Zero, Number, Real, Trig};