Skip to content

Commit

Permalink
forbid unsafe code
Browse files Browse the repository at this point in the history
  • Loading branch information
ckampfe committed Feb 2, 2025
1 parent 47b1166 commit 2c466fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![forbid(unsafe_code)]

use axum::body::{Body, BodyDataStream, Bytes};
use axum::extract::{Path, State};
use axum::http::{header, HeaderMap, StatusCode};
Expand Down

0 comments on commit 2c466fb

Please sign in to comment.