fix relative import

This commit is contained in:
Jorge Aparicio 2018-09-03 19:20:33 +02:00 committed by gnzlbg
parent 36686280f7
commit da524418fd

View file

@ -83,7 +83,7 @@ mod dsp;
),
all(target_feature = "mclass", target_feature = "dsp"),
))]
pub use dsp::*;
pub use self::dsp::*;
// Deprecated in ACLE 2.0 for the A profile but fully supported on the M and R profiles, says
// Section 5.4.9 of ACLE.