Skip to content

Commit

Permalink
Merge pull request #549 from obsgolem/fix_warning
Browse files Browse the repository at this point in the history
Fixed non_local_definitions warning
  • Loading branch information
nikomatsakis authored Aug 5, 2024
2 parents 2979ef5 + 49657a4 commit c830be2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/salsa-macro-rules/src/setup_tracked_fn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c830be2

Please sign in to comment.