Skip to content

Commit ca537db

Browse files
Ilya Yanokcopybara-github
authored andcommitted
Remove unneeded deprecation warning disable comment
`returnNullOnMissingStub` was removed, so we can drop this comment as well. PiperOrigin-RevId: 576799717
1 parent 1a0d0e7 commit ca537db

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/annotations.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ class MockSpec<T> {
102102

103103
final Map<Symbol, Function> fallbackGenerators;
104104

105-
// This is here for the doc comment references to `returnNullOnMissingStub`.
106-
// Remove when those are gone.
107-
// ignore_for_file: deprecated_member_use_from_same_package
108-
109105
/// Constructs a custom mock specification.
110106
///
111107
/// Specify a custom name with the [as] parameter.

0 commit comments

Comments
 (0)