Skip to content

Commit 7d85e5e

Browse files
japaricgnzlbg
authored andcommitted
fix relative import
1 parent c6be39c commit 7d85e5e

File tree

1 file changed

+1
-1
lines changed
  • crates/core_arch/src/acle

1 file changed

+1
-1
lines changed

crates/core_arch/src/acle/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ mod dsp;
8383
),
8484
all(target_feature = "mclass", target_feature = "dsp"),
8585
))]
86-
pub use dsp::*;
86+
pub use self::dsp::*;
8787

8888
// Deprecated in ACLE 2.0 for the A profile but fully supported on the M and R profiles, says
8989
// Section 5.4.9 of ACLE.

0 commit comments

Comments
 (0)