Replace todo with unimplemented to reduce distractions
This commit is contained in:
parent
6d16d2224d
commit
0d78266ddb
2 changed files with 8 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue