Replace todo with unimplemented to reduce distractions

This commit is contained in:
Nathan Sobo 2023-05-09 16:37:10 -06:00
parent 6d16d2224d
commit 0d78266ddb
2 changed files with 8 additions and 8 deletions

View file

@ -990,7 +990,7 @@ mod tests {
_: &mut V,
_: &mut ViewContext<V>,
) {
todo!()
unimplemented!()
}
fn rect_for_text_range(
@ -1003,7 +1003,7 @@ mod tests {
_: &V,
_: &ViewContext<V>,
) -> Option<RectF> {
todo!()
unimplemented!()
}
fn debug(&self, _: RectF, _: &(), _: &(), _: &V, _: &ViewContext<V>) -> serde_json::Value {