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

vdoc: cleanup warnings on ./v doc -s vlib

This commit is contained in:
Delyan Angelov
2020-08-28 09:03:22 +03:00
parent d80843bf53
commit 5526954fdc
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ module sharedlib
import live
pub const (
is_used = 1
is_used = live.is_used + 1
)