mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-11-24 20:20:26 +00:00
7 lines
145 B
Rust
7 lines
145 B
Rust
//! Test that macros don't generate code with warnings
|
|
|
|
#![deny(warnings)]
|
|
|
|
mod needless_borrow;
|
|
mod needless_lifetimes;
|
|
mod unused_variable_db;
|