Merge pull request #178 from gbaranski/fix/rust-analyzer-completions

fix: remove rust-analyzer breaking line
This commit is contained in:
isis agora lovecruft 2021-09-14 00:08:22 +00:00 committed by GitHub
commit da109a8e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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