Skip to content

Commit 5fd2e1b

Browse files
committed
fix: module visibility
1 parent 8a0b118 commit 5fd2e1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/relay-server/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pub mod config;
1010
pub mod metrics;
1111

1212
/// Web.
13-
pub mod web;
13+
pub(crate) mod web;
1414

1515
/// Error.
1616
pub mod error;

0 commit comments

Comments
 (0)