Keep -vet happy

This commit is contained in:
gingerBill
2021-09-29 14:49:25 +01:00
parent e928793e79
commit 9fae575531
3 changed files with 1 additions and 7 deletions

View File

@@ -2,9 +2,8 @@ package math_fixed
import "core:math"
import "core:strconv"
import "core:intrinsics"
_ :: intrinsics
_, _, _ :: intrinsics, strconv, math
Fixed :: struct($Backing: typeid, $Fraction_Width: uint)
where

View File

@@ -3,9 +3,7 @@ package odin_printer
import "core:odin/ast"
import "core:odin/tokenizer"
import "core:strings"
import "core:runtime"
import "core:fmt"
import "core:unicode/utf8"
import "core:mem"
Type_Enum :: enum {Line_Comment, Value_Decl, Switch_Stmt, Struct, Assign, Call, Enum, If, For, Proc_Lit}

View File

@@ -3,10 +3,7 @@ package odin_printer
import "core:odin/ast"
import "core:odin/tokenizer"
import "core:strings"
import "core:runtime"
import "core:fmt"
import "core:unicode/utf8"
import "core:mem"
import "core:sort"
//right now the attribute order is not linearly parsed(bug?)