Skip to content

Commit 7616d47

Browse files
author
Devdutt Shenoi
committed
put it in quotes
1 parent f864c0e commit 7616d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/static_schema.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub enum StaticSchemaError {
3838
"time partition field {0} does not exist in the schema for the static schema logstream"
3939
)]
4040
MissingTime(String),
41-
#[error("field {DEFAULT_TIMESTAMP_KEY} is a reserved field")]
41+
#[error("field {DEFAULT_TIMESTAMP_KEY:?} is a reserved field")]
4242
DefaultTime,
4343
}
4444

0 commit comments

Comments
 (0)