mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Forbid unsafe
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#![forbid(unsafe_code)]
|
||||
mod common;
|
||||
|
||||
#[cfg(feature = "cardlife")]
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#![forbid(unsafe_code)]
|
||||
mod encryption;
|
||||
pub use encryption::CryptoImpl;
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#![forbid(unsafe_code)]
|
||||
mod cli;
|
||||
|
||||
use polariton_auth::Handshake;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#![forbid(unsafe_code)]
|
||||
mod cli;
|
||||
|
||||
mod data;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#![forbid(unsafe_code)]
|
||||
pub mod data;
|
||||
|
||||
mod state;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#![forbid(unsafe_code)]
|
||||
mod robocraft;
|
||||
|
||||
#[rocket::get("/")]
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#![forbid(unsafe_code)]
|
||||
mod cli;
|
||||
|
||||
use polariton_auth::Handshake;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#![forbid(unsafe_code)]
|
||||
mod cli;
|
||||
|
||||
mod data;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#![forbid(unsafe_code)]
|
||||
mod cli;
|
||||
|
||||
use polariton_auth::Handshake;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#![forbid(unsafe_code)]
|
||||
mod cli;
|
||||
|
||||
mod data;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#![forbid(unsafe_code)]
|
||||
mod cli;
|
||||
|
||||
use polariton_auth::Handshake;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#![forbid(unsafe_code)]
|
||||
mod cli;
|
||||
|
||||
mod data;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#![forbid(unsafe_code)]
|
||||
mod robocraft;
|
||||
mod cli;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user