diff options
author | Mike Gerwitz <mike.gerwitz@ryansg.com> | 2020-04-20 13:41:18 -0400 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@ryansg.com> | 2020-04-28 09:06:25 -0400 |
commit | ef79a763ace14cccc19b49262c4769ff25e0fa54 (patch) | |
tree | e519910a24fd8b541c87ff5654199ffef9c240c3 /.gitignore | |
parent | cfc13f901668b25d6e471f8b842c18942dd93ad1 (diff) | |
download | tame-ef79a763ace14cccc19b49262c4769ff25e0fa54.tar.gz tame-ef79a763ace14cccc19b49262c4769ff25e0fa54.tar.bz2 tame-ef79a763ace14cccc19b49262c4769ff25e0fa54.zip |
[DEV-7084] TAMER: Correct Ix trait bound for AsgError
The `Debug` bound is inconvenient and requires propagation to any types that
use it. Further, it's really awkward having `Display` depend on `Debug`; if
we want to render a useful display here, we can write one.
To be clear: IndexType implements Debug.
For now, this is pretty-printed by another part of the code, which we don't
want to implement in `Display` because it requires looking things up from
the graph.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions