Skip to content

Commit 4e1116f

Browse files
authored
crypto/bn256/cloudflare: fix noescape-directive (#29222)
1 parent ebf9e11 commit 4e1116f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/bn256/cloudflare/gfp_decl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
//nolint:varcheck,unused,deadcode
1414
var hasBMI2 = cpu.X86.HasBMI2
1515

16-
// go:noescape
16+
//go:noescape
1717
func gfpNeg(c, a *gfP)
1818

1919
//go:noescape

0 commit comments

Comments
 (0)