Daily Rust (@rustoftheday) 's Twitter Profile
Daily Rust

@rustoftheday

Daily tips & tricks for Rust 🦀 programming.

Following back all accounts with 🦀 or 🐪 in their profile.

ID: 1721578494524792832

calendar_today06-11-2023 17:21:36

396 Tweet

2,2K Followers

747 Following

Daily Rust (@rustoftheday) 's Twitter Profile Photo

🦀 #Rust Tip #105: Searching for ways to allow a warning I learned that there are "inner" and "outer" attributes. - Inner #![...] applies broadly to the whole module or crate: #![allow(dead_code)] - Outer #[...] applies to the following item: #[derive(Debug)]