You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If fly-plane is unused in namespace flight-booking, with :refer or even with :as Cursive doesn't mark it as unused.
Shows the create-plane - that is used- and the fly-plane and air - that are unused - in the same way.
Both create-plane and fly-plane are defined in the namespace air.model.
Not sure if this is already being tracked in another issue.
IntelliJ 13.1.1 community edition, Cursive 0.1.35
The text was updated successfully, but these errors were encountered:
(ns flight-booking
(require [air.model :refer [create-plane fly-plane] :as air]))
If fly-plane is unused in namespace flight-booking, with :refer or even with :as Cursive doesn't mark it as unused.
Shows the create-plane - that is used- and the fly-plane and air - that are unused - in the same way.
Both create-plane and fly-plane are defined in the namespace air.model.
Not sure if this is already being tracked in another issue.
IntelliJ 13.1.1 community edition, Cursive 0.1.35
The text was updated successfully, but these errors were encountered: