whitequark hace 7 años
padre
commit
067fb2ddc9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/iface/ethernet.rs

+ 1 - 1
src/iface/ethernet.rs

@@ -145,7 +145,7 @@ impl<'a, 'b, 'c, DeviceT: Device + 'a> Interface<'a, 'b, 'c, DeviceT> {
     /// activity as well as certain boundary conditions such as buffer exhaustion.
     /// activity as well as certain boundary conditions such as buffer exhaustion.
     /// These errors are provided as an aid for troubleshooting, and are meant
     /// These errors are provided as an aid for troubleshooting, and are meant
     /// to be logged and ignored.
     /// to be logged and ignored.
-
+    ///
     /// As a special case, `Err(Error::Unrecognized)` is returned in response to
     /// As a special case, `Err(Error::Unrecognized)` is returned in response to
     /// packets containing any unsupported protocol, option, or form, which is
     /// packets containing any unsupported protocol, option, or form, which is
     /// a very common occurrence and on a production system it should not even
     /// a very common occurrence and on a production system it should not even