We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0b118 commit 5fd2e1bCopy full SHA for 5fd2e1b
1 file changed
crates/relay-server/src/lib.rs
@@ -10,7 +10,7 @@ pub mod config;
10
pub mod metrics;
11
12
/// Web.
13
-pub mod web;
+pub(crate) mod web;
14
15
/// Error.
16
pub mod error;
0 commit comments