Merge pull request #178 from gbaranski/fix/rust-analyzer-completions
fix: remove rust-analyzer breaking line
This commit is contained in:
commit
da109a8e0f
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user