chore: obey clippy

This commit is contained in:
graelo 2024-09-01 02:22:43 +02:00
parent 399df627df
commit f596ce0c1a

View file

@ -179,9 +179,11 @@ pub fn available_panes() -> Result<Vec<Pane>> {
result result
} }
/// Returns tmux global options as a `HashMap`. The prefix argument is for /// Returns tmux global options as a `HashMap`.
/// convenience, in order to target only some of our options. For instance, ///
/// `get_options("@copyrat-")` will return a `HashMap` which keys are tmux options names like `@copyrat-command`, and associated values. /// The prefix argument is for convenience, in order to target only some of our options. For
/// instance, `get_options("@copyrat-")` will return a `HashMap` which keys are tmux options names
/// like `@copyrat-command`, and associated values.
/// ///
/// # Example /// # Example
/// ```get_options("@copyrat-")``` /// ```get_options("@copyrat-")```