cursive
cursive copied to clipboard
[bug] mark ns as deprecated, but another one is depracted.
https://github.com/clj-commons/digest
(:require [clj-commons.digest :as digest]) load https://github.com/clj-commons/digest/blob/master/src/clj_commons/digest.clj but Cursive mark it as deprecated, because of https://github.com/clj-commons/digest/blob/master/src/digest.clj#L5 . But this is another namespace.
i also met this issue