Skip to content

Commit 14d44a4

Browse files
committed
Duplicate Obsolete attribute in the implementation file so we get local warnings
1 parent a0473e6 commit 14d44a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FSharp.Control.TaskSeq/TaskSeqBuilder.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ module Internal = // cannot be marked with 'internal' scope
4242
|> raise
4343

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

4748
// the proper type from 0.4.0 onwards, see FSI file

0 commit comments

Comments
 (0)