From cf8b79a56756b0d5a786d590e525d7fd7c940657 Mon Sep 17 00:00:00 2001 From: Nathan Hammond Date: Thu, 11 May 2023 15:31:47 +0800 Subject: [PATCH] Remove recursive copy build tags. (#4898) #4874 didn't remove the build tags, leaving the Go build in a broken state. Co-authored-by: Nathan Hammond --- cli/internal/fs/recursive_copy.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cli/internal/fs/recursive_copy.go b/cli/internal/fs/recursive_copy.go index d0664f87f67c7..340a4fb8ae894 100644 --- a/cli/internal/fs/recursive_copy.go +++ b/cli/internal/fs/recursive_copy.go @@ -1,6 +1,3 @@ -//go:build rust -// +build rust - package fs import (