Skip to content

Commit

Permalink
build: avoid dead code warning
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Jun 26, 2024
1 parent 9c01bef commit 982b421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluer/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use std::{
use uuid::Uuid;

#[path = "src/uuid_ext.rs"]
mod uuid_ext;
pub mod uuid_ext;
use uuid_ext::UuidExt;

struct UuidOrShort(Uuid);
Expand Down

0 comments on commit 982b421

Please sign in to comment.