Skip to content

Commit 3807ab4

Browse files
committed
fix cluster derive
1 parent 84f9e55 commit 3807ab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/generate/peripheral.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,8 +1410,8 @@ fn cluster_block(
14101410

14111411
Ok(quote! {
14121412
#[doc = #description]
1413-
pub use self::#derived as #block_ty;
1414-
pub use self::#mod_derived as #mod_ty;
1413+
pub use #derived as #block_ty;
1414+
pub use #mod_derived as #mod_ty;
14151415
})
14161416
} else {
14171417
let cpath = path.new_cluster(&c.name);

0 commit comments

Comments
 (0)