Merge pull request #549 from obsgolem/fix_warning

Fixed non_local_definitions warning
This commit is contained in:
Niko Matsakis 2024-08-05 16:36:16 +00:00 committed by GitHub
commit c830be20f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,