fast image operations
Diffstat (limited to 'src/drawing/box.rs')
| -rw-r--r-- | src/drawing/box.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drawing/box.rs b/src/drawing/box.rs index 294569a..15f183f 100644 --- a/src/drawing/box.rs +++ b/src/drawing/box.rs @@ -1,4 +1,4 @@ -//! Box<cat> +//! `Box<cat>` use crate::Image; impl<const CHANNELS: usize> Image<&mut [u8], CHANNELS> { |