Skip to content

Commit c2b2998

Browse files
tuna-f1shsurban
andauthored
Update src/function/printer.rs
Co-authored-by: Sebastian Urban <[email protected]>
1 parent dc61016 commit c2b2998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/function/printer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub const GADGET_SET_PRINTER_STATUS: u8 = 0x22;
2020
bitflags! {
2121
#[derive(Clone, Copy, Debug)]
2222
#[non_exhaustive]
23-
/// Printer status flags https://www.usb.org/sites/default/files/usbprint11a021811.pdf
23+
/// [Printer status flags](https://www.usb.org/sites/default/files/usbprint11a021811.pdf)
2424
pub struct StatusFlags: u8 {
2525
/// Printer not in error state
2626
const NOT_ERROR = (1 << 3);

0 commit comments

Comments
 (0)