1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

parser: warning about unused imports

This commit is contained in:
yuyi
2020-05-14 23:14:24 +08:00
committed by GitHub
parent c3fe2135a4
commit 6d0b791ac8
18 changed files with 46 additions and 27 deletions

View File

@ -4,7 +4,6 @@
module ast
import v.table
import v.token
pub struct Scope {
//mut: