Skip to content

Commit

Permalink
printf: use Ryu to finish moving Printf package code out of Base (#33313
Browse files Browse the repository at this point in the history
)
  • Loading branch information
vtjnash authored and JeffBezanson committed Sep 19, 2019
1 parent 9079472 commit d06cefa
Show file tree
Hide file tree
Showing 12 changed files with 1,259 additions and 1,286 deletions.
4 changes: 0 additions & 4 deletions base/Base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -308,10 +308,6 @@ include("irrationals.jl")
include("mathconstants.jl")
using .MathConstants: ℯ, π, pi

# (s)printf macros
include("printf.jl")
# import .Printf

# metaprogramming
include("meta.jl")

Expand Down
Loading

0 comments on commit d06cefa

Please sign in to comment.