Closed eggyal closed 2 years ago
@bors r+
:pushpin: Commit 7e8dff9183f5d6bfff129ad1a24beb8edc89afb1 has been approved by jackh726
:hourglass: Testing commit 7e8dff9183f5d6bfff129ad1a24beb8edc89afb1 with merge 9780653449f4bdff9242261a2d37a8f194f03250...
:sunny: Test successful - checks-actions Approved by: jackh726 Pushing 9780653449f4bdff9242261a2d37a8f194f03250 to master...
The
chalk_ir::interner::Interner
trait hasCopy
as a supertrait. We can therefore use owned copies ofI: Interner
throughout, rather than&I
references. This simplifies the API, removing lifetime parameters from numerous items which, in turn, should simplify user code.