Skip to content

Commit d06cefa

Browse files
vtjnashJeffBezanson
authored andcommitted
printf: use Ryu to finish moving Printf package code out of Base (#33313)
1 parent 9079472 commit d06cefa

File tree

12 files changed

+1259
-1286
lines changed

12 files changed

+1259
-1286
lines changed

base/Base.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,6 @@ include("irrationals.jl")
308308
include("mathconstants.jl")
309309
using .MathConstants: ℯ, π, pi
310310

311-
# (s)printf macros
312-
include("printf.jl")
313-
# import .Printf
314-
315311
# metaprogramming
316312
include("meta.jl")
317313

0 commit comments

Comments
 (0)