# HG changeset patch # User Kim Alvefur # Date 1509720052 -3600 # Node ID 2fba23c341d6f3ddacfd0f6f218cb73d4ca7c519 # Parent e08a0ff6ce14885f875d17e7e5f8dc608934afa5 spec/util.encodings: Remove workaround for a thing diff -r e08a0ff6ce14 -r 2fba23c341d6 spec/util_encodings_spec.lua --- a/spec/util_encodings_spec.lua Fri Nov 03 01:17:53 2017 +0100 +++ b/spec/util_encodings_spec.lua Fri Nov 03 15:40:52 2017 +0100 @@ -1,9 +1,5 @@ local encodings = require "util.encodings"; -local encodings = { -- Workaround for rust thing - base64 = _G.base64; - utf8 = _G.utf8; -}; local utf8 = assert(encodings.utf8, "no encodings.utf8 module"); describe("util.encodings", function ()