mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
check unused and unmodified vars in all modules, not just main
This commit is contained in:
parent
bdaa421e8a
commit
c8d111924d
31 changed files with 133 additions and 119 deletions
|
@ -11,7 +11,7 @@ import (
|
|||
crypto.internal.subtle
|
||||
)
|
||||
|
||||
const (
|
||||
pub const (
|
||||
// The AES block size in bytes.
|
||||
block_size = 16
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue