[bindings] Push generic resolution into maybe_resolve_path
authorMatt Corallo <git@bluematt.me>
Tue, 15 Sep 2020 22:49:59 +0000 (18:49 -0400)
committerMatt Corallo <git@bluematt.me>
Mon, 12 Oct 2020 16:17:26 +0000 (12:17 -0400)
This pushes down the logic to check if a given Path is, in fact,
a reference to a generic into the common maybe_resolve_path instead
of doing it redundantly in a few different places. Net loss of LoC.


No differences found