We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0f4f8 commit 20018abCopy full SHA for 20018ab
src/bootstrap/app.rs
@@ -28,7 +28,7 @@ use crate::servers::udp::server::launcher::MAX_CONNECTION_ID_ERRORS_PER_IP;
28
use crate::shared::crypto::ephemeral_instance_keys;
29
use crate::shared::crypto::keys::{self, Keeper as _};
30
31
-/// It loads the configuration from the environment and builds the main domain [`Tracker`] struct.
+/// It loads the configuration from the environment and builds app container.
32
///
33
/// # Panics
34
0 commit comments