1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 00:27:43 +02:00

chore: fmt project

This commit is contained in:
Rob Ede
2024-12-29 14:27:56 +00:00
parent 23f797a81d
commit ecba6e21da
28 changed files with 104 additions and 104 deletions

View File

@ -3,8 +3,6 @@
//! See docs for [`ByteString`].
#![no_std]
#![deny(rust_2018_idioms, nonstandard_style)]
#![warn(future_incompatible, missing_docs)]
extern crate alloc;