Why Nostr? What is Njump?
2024-02-29 11:57:15

Guillaume Gomez on Nostr: Added a new rust clippy lint which warns when you use both inner and outer attributes ...

Added a new rust clippy lint which warns when you use both inner and outer attributes on an item:

#[cfg(linux)]
pub fn foo() {
#![cfg(windows)]
}


In short: please don't. :)

PR: https://github.com/rust-lang/rust-clippy/pull/12354

#rust #rustlang
Author Public Key
npub14whx45xjr0l44y6qvnh2ukhu6yjypl9c7qcspg4p6yez6c2c7gtqds3727