aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/config
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2016-12-12 13:05:32 +0100
committerMartin Odersky <odersky@gmail.com>2016-12-12 13:05:32 +0100
commite7e51781b4b6f2be3a4d79d2edd87f732dc8b8a9 (patch)
tree181f2560c358c27af7d9571c3b48d434b9f55319 /compiler/src/dotty/tools/dotc/config
parente31a4856f1c35b889b775608836f7d6a6a4262d6 (diff)
downloaddotty-e7e51781b4b6f2be3a4d79d2edd87f732dc8b8a9.tar.gz
dotty-e7e51781b4b6f2be3a4d79d2edd87f732dc8b8a9.tar.bz2
dotty-e7e51781b4b6f2be3a4d79d2edd87f732dc8b8a9.zip
Drop "Dotty deviation" messages that are no longer applicable.
Diffstat (limited to 'compiler/src/dotty/tools/dotc/config')
-rw-r--r--compiler/src/dotty/tools/dotc/config/PathResolver.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/src/dotty/tools/dotc/config/PathResolver.scala b/compiler/src/dotty/tools/dotc/config/PathResolver.scala
index a98fc8110..8df9a8c0e 100644
--- a/compiler/src/dotty/tools/dotc/config/PathResolver.scala
+++ b/compiler/src/dotty/tools/dotc/config/PathResolver.scala
@@ -143,7 +143,7 @@ object PathResolver {
println(Defaults)
}
else {
- implicit val ctx = (new ContextBase).initialCtx // Dotty deviation: implicits need explicit type
+ implicit val ctx = (new ContextBase).initialCtx
val ArgsSummary(sstate, rest, errors) =
ctx.settings.processArguments(args.toList, true)
errors.foreach(println)