mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2026-02-02 01:15:12 +01:00
chore: obey clippy
This commit is contained in:
parent
399df627df
commit
f596ce0c1a
1 changed files with 5 additions and 3 deletions
|
|
@ -179,9 +179,11 @@ pub fn available_panes() -> Result<Vec<Pane>> {
|
|||
result
|
||||
}
|
||||
|
||||
/// Returns tmux global options as a `HashMap`. 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.
|
||||
/// Returns tmux global options as a `HashMap`.
|
||||
///
|
||||
/// 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
|
||||
/// ```get_options("@copyrat-")```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue