Skip to content

Commit 09f07f1

Browse files
authored
FunctionReturnValueNotUsed no longer exists
1 parent 5243300 commit 09f07f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.CodeAnalysis/QuickFixes/Concrete/ConvertToProcedureQuickFix.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace Rubberduck.CodeAnalysis.QuickFixes.Concrete
1717
/// </summary>
1818
/// <inspections>
1919
/// <inspection name="NonReturningFunctionInspection" />
20-
/// <inspection name="FunctionReturnValueNotUsedInspection" />
20+
/// <inspection name="FunctionReturnValueAlwaysDiscardedInspection" />
2121
/// </inspections>
2222
/// <canfix multiple="true" procedure="false" module="true" project="false" all="false" />
2323
/// <example>

0 commit comments

Comments
 (0)