Fixed doc test

This commit is contained in:
Victor Koenders 2022-01-18 11:31:28 +01:00
parent 9e75cec551
commit b3b4d9ff6f
No known key found for this signature in database
GPG key ID: 2E441540865B8A1C

View file

@ -61,7 +61,8 @@ pub enum Parity {
/// A struct holding the configuration for an UART device.
///
/// The `Default` implementation implements the following values:
/// ```
/// ```ignore
/// # // can't actually create this with the non_exhaustive attribute
/// UartConfig {
/// baudrate: Baud(0),
/// data_bits: DataBits::Eight,