We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21568b3 commit 29d6b9dCopy full SHA for 29d6b9d
1 file changed
crates/cli/src/subcommands/logs.rs
@@ -64,7 +64,7 @@ pub enum LogLevel {
64
/// Sentinel value used for injected system logs.
65
///
66
/// Keep this in sync with the constants in `spacetimedb_core::database_logger::Record`.
67
-const SENTINEL: &'static str = "__spacetimedb__";
+const SENTINEL: &str = "__spacetimedb__";
68
69
/// Keep this in sync with `spacetimedb_core::database_logger::Record`.
70
#[serde_with::serde_as]
0 commit comments