mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
compiler: error on unused imports
This commit is contained in:
committed by
Alexander Medvednikov
parent
71484e89d6
commit
23c84516e2
@@ -4,8 +4,6 @@
|
||||
|
||||
module http
|
||||
|
||||
import os
|
||||
|
||||
type downloadfn fn (written int)
|
||||
type download_finished_fn fn ()
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import net.urllib
|
||||
import http
|
||||
// import net.urllib
|
||||
// import http
|
||||
|
||||
fn test_escape_unescape() {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user