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 ee06038 commit 0cf53beCopy full SHA for 0cf53be
1 file changed
binaries/cuprated/src/constants.rs
@@ -20,10 +20,6 @@ pub const PATCH_VERSION: &str = env!("CARGO_PKG_VERSION_PATCH");
20
/// If a debug build, the suffix is `-debug`, else it is `-release`.
21
pub const VERSION_BUILD: &str = formatcp!("{VERSION}-{}", cuprate_constants::build::BUILD);
22
23
-/// The panic message used when cuprated encounters a critical service error.
24
-pub const PANIC_CRITICAL_SERVICE_ERROR: &str =
25
- "A service critical to Cuprate's function returned an unexpected error.";
26
-
27
pub const DEFAULT_CONFIG_WARNING: &str = formatcp!(
28
"WARNING: no config file found, using default config.\
29
\nThe default config may not be optimal for your setup, see the user book here: https://user.cuprate.org/.\
0 commit comments