Skip to content

Commit

Permalink
Fixing issue with forbid unsafe_code in src/db_utils.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMcCormickJr committed Dec 12, 2024
1 parent 1642882 commit 482bc6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/db_utils.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// src/db_utils.rs

#![forbid(unsafe_code)]

use dotenvy::dotenv;
use sqlx::MySqlPool;
use std::process::Command;
Expand Down

0 comments on commit 482bc6b

Please sign in to comment.