Skip to content

Commit

Permalink
buh
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese committed Nov 22, 2024
1 parent 710e244 commit 2018d1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/common/basic/view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ use crate::common::util::random_letters;

#[derive(sqlx::FromRow, Debug)]
pub struct BasicViewRow {
#[allow(unused)]
pub id: Uuid,
#[allow(unused)]
pub content: String,
}

Expand Down

0 comments on commit 2018d1c

Please sign in to comment.