Skip to content

Commit 3758417

Browse files
committed
Clean up overindented list item in doc comment
This got pointed out by Clippy.
1 parent 1dde1c8 commit 3758417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/posix/tty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ impl TTYPort {
111111
/// ## Errors
112112
///
113113
/// * `NoDevice` if the device could not be opened. This could indicate that
114-
/// the device is already in use.
114+
/// the device is already in use.
115115
/// * `InvalidInput` if `path` is not a valid device name.
116116
/// * `Io` for any other error while opening or initializing the device.
117117
pub fn open(builder: &SerialPortBuilder) -> Result<TTYPort> {

0 commit comments

Comments
 (0)