Skip to content

Commit da45580

Browse files
committed
Fix source links arg
1 parent e3dc1b1 commit da45580

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scaladoc/src/dotty/tools/scaladoc/SourceLinks.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ object SourceLink:
6565

6666
def gitlabPrefix(org: String, repo: String) = s"https://gitlab.com/$org/$repo/-"
6767

68-
6968
private def parseLinkDefinition(s: String): Option[SourceLink] = ???
7069

7170
def parse(string: String, revision: Option[String]): Either[String, SourceLink] =

0 commit comments

Comments
 (0)