mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-16 18:20:33 +00:00
6 lines
121 B
Rust
6 lines
121 B
Rust
//! Test that macros don't generate code with warnings
|
|
|
|
#![deny(warnings)]
|
|
|
|
mod needless_borrow;
|
|
mod unused_variable_db;
|