return better replace

master
CrossNox 3 years ago
parent 3b52a07ac9
commit 5a6afd49b0
  1. 4
      src/rustint/core.clj

@ -2559,12 +2559,10 @@
(rest args) (rest args)
(get-rust-formatters (first args)) (get-rust-formatters (first args))
) )
] (if (empty? clojure-fspecifiers) ]
args
(cons (replace-groups (first args) clojure-fspecifiers) (rest args)) (cons (replace-groups (first args) clojure-fspecifiers) (rest args))
) )
) )
)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; DIVIDIR: Recibe dos numeros y devuelve su cociente, manteniendo su tipo. ; DIVIDIR: Recibe dos numeros y devuelve su cociente, manteniendo su tipo.

Loading…
Cancel
Save