Skip to content

Commit 982b421

Browse files
committed
build: avoid dead code warning
1 parent 9c01bef commit 982b421

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bluer/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use std::{
1212
use uuid::Uuid;
1313

1414
#[path = "src/uuid_ext.rs"]
15-
mod uuid_ext;
15+
pub mod uuid_ext;
1616
use uuid_ext::UuidExt;
1717

1818
struct UuidOrShort(Uuid);

0 commit comments

Comments
 (0)