fix: remove rust-analyzer breaking line

This commit is contained in:
gbaranski 2021-08-01 18:29:28 +02:00
parent 925eb9ea56
commit d94b0f52dc

View file

@ -235,7 +235,6 @@
#![warn(future_incompatible)]
#![deny(missing_docs)] // refuse to compile if documentation is missing
#![cfg(not(test))]
#![forbid(unsafe_code)]
#[cfg(any(feature = "std", test))]