Skip to content

Commit cb1813f

Browse files
committed
rename model module
1 parent 649a327 commit cb1813f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

nexus/db-model/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ mod webhook_rx;
8989
// for join-based marker trait generation.
9090
mod deployment;
9191
mod ereport;
92-
mod fm_sitrep;
92+
pub mod fm;
9393
pub mod nat_entry;
9494
mod omicron_zone_config;
9595
mod quota;
@@ -182,7 +182,7 @@ pub use dns::*;
182182
pub use downstairs::*;
183183
pub use ereport::*;
184184
pub use external_ip::*;
185-
pub use fm_sitrep::*;
185+
pub use fm::*;
186186
pub use generation::*;
187187
pub use identity_provider::*;
188188
pub use image::*;

0 commit comments

Comments
 (0)