Rename FragmentList to ExcerptList

Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
Nathan Sobo 2021-12-06 11:59:32 -07:00
parent 42eba7268d
commit cff610e1ec
2 changed files with 50 additions and 54 deletions

View file

@ -1,5 +1,5 @@
mod buffer;
mod fragment_list;
mod excerpt_list;
mod highlight_map;
pub mod proto;
#[cfg(test)]