build: forbid unsafe code
This commit is contained in:
parent
da33147f5f
commit
8676e8fd61
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![forbid(unsafe_code)]
|
||||
|
||||
use std::{net::TcpListener, process, sync::Arc};
|
||||
|
||||
use http::responses::{Body, Response};
|
||||
|
|
Loading…
Reference in a new issue