Skip to content

Commit 29d6b9d

Browse files
committed
Lints
1 parent 21568b3 commit 29d6b9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/cli/src/subcommands/logs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pub enum LogLevel {
6464
/// Sentinel value used for injected system logs.
6565
///
6666
/// Keep this in sync with the constants in `spacetimedb_core::database_logger::Record`.
67-
const SENTINEL: &'static str = "__spacetimedb__";
67+
const SENTINEL: &str = "__spacetimedb__";
6868

6969
/// Keep this in sync with `spacetimedb_core::database_logger::Record`.
7070
#[serde_with::serde_as]

0 commit comments

Comments
 (0)