mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-22 21:05:11 +00:00
Merge pull request #549 from obsgolem/fix_warning
Fixed non_local_definitions warning
This commit is contained in:
commit
c830be20f2
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@ macro_rules! setup_tracked_fn {
|
|||
}
|
||||
}
|
||||
|
||||
#[allow(non_local_definitions)]
|
||||
impl $fn_name {
|
||||
pub fn accumulated<$db_lt, A: salsa::Accumulator>(
|
||||
$db: &$db_lt dyn $Db,
|
||||
|
|
Loading…
Reference in a new issue