Skip to content

Commit

Permalink
Remove unneeded deprecation warning disable comment
Browse files Browse the repository at this point in the history
`returnNullOnMissingStub` was removed, so we can drop this comment as well.

PiperOrigin-RevId: 576799717
  • Loading branch information
Ilya Yanok authored and copybara-github committed Oct 26, 2023
1 parent 1a0d0e7 commit ca537db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/annotations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ class MockSpec<T> {

final Map<Symbol, Function> fallbackGenerators;

// This is here for the doc comment references to `returnNullOnMissingStub`.
// Remove when those are gone.
// ignore_for_file: deprecated_member_use_from_same_package

/// Constructs a custom mock specification.
///
/// Specify a custom name with the [as] parameter.
Expand Down

0 comments on commit ca537db

Please sign in to comment.