We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d3563 commit 6fcaa45Copy full SHA for 6fcaa45
src/cider/nrepl/middleware/track_state.clj
@@ -69,7 +69,7 @@
69
;; FIXME: `uses` and `use-macros` are maps from
70
;; symbols to namespace names:
71
;; {log reagent.debug, dbg reagent.debug}
72
- ;; Since we don’t know the metadata for these
+ ;; Since we don't know the metadata for these
73
;; vars, we resign to "guessing" them.
74
(misc/update-vals (constantly {:arglists '([])}) uses)
75
(misc/update-vals (constantly {:arglists '([]) :macro true}) use-macros))})
0 commit comments