Skip to content

Commit 4108899

Browse files
committed
whoops make module public so the error is visible
1 parent e9d87b2 commit 4108899

File tree

1 file changed

+1
-1
lines changed
  • nexus/db-queries/src/db/datastore

1 file changed

+1
-1
lines changed

nexus/db-queries/src/db/datastore/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ mod disk;
7171
mod dns;
7272
mod ereport;
7373
mod external_ip;
74-
mod fm;
74+
pub mod fm;
7575
mod identity_provider;
7676
mod image;
7777
pub mod instance;

0 commit comments

Comments
 (0)