Skip to content

Commit 24925aa

Browse files
committed
added R# comment to avoid accidental deletion
1 parent 2c84bba commit 24925aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RubberduckTests/Mocks/MockParser.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public static void AddTestLibrary(this RubberduckParserState state, string seria
6969
AddTestLibrary(state, deserialized);
7070
}
7171

72+
// ReSharper disable once UnusedMember.Global; used by RubberduckWeb to load serialized declarations.
7273
public static void AddTestLibrary(this RubberduckParserState state, Stream stream)
7374
{
7475
var reader = new XmlPersistableDeclarations();

0 commit comments

Comments
 (0)