chiark / gitweb /
Make FeedFile generic across type of item.
authorSimon Tatham <anakin@pobox.com>
Sun, 31 Dec 2023 08:59:03 +0000 (08:59 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 31 Dec 2023 09:54:20 +0000 (09:54 +0000)
commit692cc39c9a93eb552f323efa8e25d7ffd99690ec
tree0849c7bd5c2acbdf5a9718bab2c10169d6658f16
parent4c4f27395073fa8ab7c756ad33c9df62b331204e
Make FeedFile generic across type of item.

Now it can hold some other kind of TextFragment, instead of always
being StatusDisplay.
src/file.rs