Skip to content

Commit

Permalink
Duplicate Obsolete attribute in the implementation file so we get l…
Browse files Browse the repository at this point in the history
…ocal warnings
  • Loading branch information
abelbraaksma committed Nov 5, 2023
1 parent d3fdd40 commit ffe902e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FSharp.Control.TaskSeq/TaskSeqBuilder.fs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module Internal = // cannot be marked with 'internal' scope
|> raise

// deprecated from 0.4.0, see FSI file
[<Obsolete "From version 0.4.0 onward, 'TaskSeq<_>' is deprecated in favor of 'TaskSeq<_>'. It will be removed in an upcoming release.">]
type taskSeq<'T> = IAsyncEnumerable<'T>

// the proper type from 0.4.0 onwards, see FSI file
Expand Down

0 comments on commit ffe902e

Please sign in to comment.