From 91f5c18da87441671c70549a34ba1d03e69c4af6 Mon Sep 17 00:00:00 2001 From: gluaxspeed Date: Mon, 25 Jan 2021 15:21:25 -0500 Subject: [PATCH] comment saying where deprecated is defined in pest file --- grammar/src/leo.pest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grammar/src/leo.pest b/grammar/src/leo.pest index e679c7c18e..a128e2bc57 100644 --- a/grammar/src/leo.pest +++ b/grammar/src/leo.pest @@ -15,7 +15,7 @@ definition = { | deprecated } -// but then in the struct ffor this... I need to explicitly put all the types there. +// Declared in definitions/deprecated.rs deprecated = { test_function }