mirror of
https://github.com/lldap/lldap.git
synced 2026-06-23 00:45:18 +00:00
Forbid unsafe code
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#![forbid(unsafe_code)]
|
||||
use crate::domain::sql_tables::PoolOptions;
|
||||
use crate::infra::configuration::Configuration;
|
||||
use anyhow::Result;
|
||||
|
||||
Reference in New Issue
Block a user