fmt: do not generate import statements for auto imports (#7966)

This commit is contained in:
Uwe Krüger 2021-01-08 17:42:40 +01:00 committed by GitHub
parent 9291fb5e0c
commit cbe7740d97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 19 additions and 23 deletions

View file

@ -1,5 +1,3 @@
import sync
fn test_pointer() {
mut arr := []&int{}
a := 1