Skip to content

Commit 64ab1cf

Browse files
authored
Merge pull request rails#49642 from zzak/mail-warnings-unused-disp_type_s
Suppress mail warning for "unused variable - disp_type_s"
2 parents 620831a + 93205a8 commit 64ab1cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

activesupport/lib/active_support/testing/strict_warnings.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ module RaiseWarnings # :nodoc:
1717
SUPPRESSED_WARNINGS = Regexp.union(
1818
# TODO: remove if https://github.com/mikel/mail/pull/1557 or similar fix
1919
%r{/lib/mail/parsers/.*statement not reached},
20+
%r{/lib/mail/parsers/.*assigned but unused variable - disp_type_s},
2021
%r{/lib/mail/parsers/.*assigned but unused variable - testEof}
2122
)
2223

0 commit comments

Comments
 (0)