chiark / gitweb /
More ColouredString streamlining.
authorSimon Tatham <anakin@pobox.com>
Thu, 11 Jan 2024 07:45:28 +0000 (07:45 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 11 Jan 2024 07:51:20 +0000 (07:51 +0000)
commit875a0fa3c8d9d1a55b5344a2349bbc63203f4ab5
tree5c8b8a453d90005738ac9362ce5ba4d2f820b43e
parent68643c870650f32b641a809be23bc34f5061cc62
More ColouredString streamlining.

By making Paragraph::add() take a general impl ColouredStringCommon,
we can get rid of a lot of no-longer-necessary &.
src/text.rs