Skip to content

Commit a66538d

Browse files
committed
clippy
1 parent e9ce54f commit a66538d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/filesystem.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ pub struct DbFsQueries {
166166
}
167167

168168
impl DbFsQueries {
169+
#[must_use]
169170
pub fn get_create_table_sql(db_kind: AnyKind) -> &'static str {
170171
match db_kind {
171172
AnyKind::Mssql => "CREATE TABLE sqlpage_files(path NVARCHAR(255) NOT NULL PRIMARY KEY, contents VARBINARY(MAX), last_modified DATETIME2(3) NOT NULL DEFAULT CURRENT_TIMESTAMP);",

0 commit comments

Comments
 (0)