Skip to content

Commit 70cd7c6

Browse files
Remove unnecessary ObsoleteAttribute
1 parent 5a307a1 commit 70cd7c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Saturn/Application.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ module Application =
7878

7979
///Defines top-level router used for the application
8080
[<CustomOperation("use_router")>]
81-
[<ObsoleteAttribute("This construct is obsolete, use use_router instead")>]
8281
member __.Router(state, handler) =
8382
{state with Router = Some handler}
8483

0 commit comments

Comments
 (0)