From 413dbb5d1d36fa281bbf86c3c7ced0d25db5b3e9 Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Fri, 24 May 2024 22:03:50 -0400 Subject: [PATCH] Remove `__precompile__()` call This was only necessary in Julia versions prior to `v"0.7.0-beta2.199"`. --- src/Humanize.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Humanize.jl b/src/Humanize.jl index 9bdc17f..4569f9f 100644 --- a/src/Humanize.jl +++ b/src/Humanize.jl @@ -4,8 +4,6 @@ # https://github.com/jmoiron/humanize/ # All original code is (c) Iain Dunning and MIT licensed. -__precompile__() - module Humanize import Dates