Remove todo! in core::renderer::null

This commit is contained in:
Héctor Ramón Jiménez 2024-08-04 04:30:59 +02:00
parent 92bd3ecd6b
commit 3904f0b83a
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -184,9 +184,7 @@ impl image::Renderer for () {
Size::default()
}
fn draw_image(&mut self, _image: Image, _bounds: Rectangle) {
todo!()
}
fn draw_image(&mut self, _image: Image, _bounds: Rectangle) {}
}
impl svg::Renderer for () {