aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/scala/scala/async/internal/AsyncMacro.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/scala/async/internal/AsyncMacro.scala b/src/main/scala/scala/async/internal/AsyncMacro.scala
index 79f544c..e3400b4 100644
--- a/src/main/scala/scala/async/internal/AsyncMacro.scala
+++ b/src/main/scala/scala/async/internal/AsyncMacro.scala
@@ -36,7 +36,7 @@ private[async] trait AsyncMacro
// Have your cake : Scala IDE sees original trees and hyperlinking, etc within async blocks "Just Works"
// Eat it too : (domain specific errors like "unsupported use of await"
//
- // TODO roll this idea back into scala/scala
+ // TODO remove this once we unsupport 2.10.x, scalac 2.11 does this automatically.
import global.Tree
type Suppress = { def suppressMacroExpansion(a: Tree): Tree }