mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-23 13:10:19 +00:00
7c8647e572
Previously, this would necessitate having to manually add an allow for this clippy lint, since an extra `'db` lifetime was added to the signature.
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;
|