aboutsummaryrefslogtreecommitdiff
path: root/lib/math/big/float.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/math/big/float.go')
-rw-r--r--lib/math/big/float.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/math/big/float.go b/lib/math/big/float.go
index 8dc1e38b..302aaf44 100644
--- a/lib/math/big/float.go
+++ b/lib/math/big/float.go
@@ -19,7 +19,6 @@ import (
// One should change this value before using the new extended Float in the
// program.
//
-//nolint: gochecknoglobals
var DefaultBitPrecision uint = 128
//
@@ -29,7 +28,6 @@ var DefaultBitPrecision uint = 128
// One should change this value before using the new extended Float in the
// program.
//
-//nolint: gochecknoglobals
var DefaultRoundingMode = big.ToNearestAway
//