return better replace

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

@ -2559,10 +2559,8 @@
(rest 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))
)
)

Loading…
Cancel
Save