Skip to content

Commit 2419e24

Browse files
committed
declare public names via macros
1 parent 448bd54 commit 2419e24

File tree

6 files changed

+152
-318
lines changed

6 files changed

+152
-318
lines changed

src/Unitful.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,7 @@ include("complex.jl")
6969
include("pkgdefaults.jl")
7070
include("dates.jl")
7171

72-
if VERSION >= v"1.11.0-DEV.469"
73-
include("public.julia")
74-
end
72+
@public AbstractQuantity
7573

7674
if !isdefined(Base, :get_extension)
7775
include("../ext/ConstructionBaseUnitfulExt.jl")

0 commit comments

Comments
 (0)