Skip to content

Commit ee052e2

Browse files
committed
Add missing debug
1 parent 2d5babb commit ee052e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/categories.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ fn categories_from_toml(
9191
Ok(result)
9292
}
9393

94-
#[derive(Insertable)]
94+
#[derive(Insertable, Debug)]
9595
#[table_name = "categories"]
9696
struct NewCategory {
9797
slug: String,

0 commit comments

Comments
 (0)