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