mirror of
https://github.com/1Password/arboard.git
synced 2025-08-04 19:08:32 +00:00
update docs
This commit is contained in:
parent
c5c798b3a1
commit
bc9fd24915
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ pub trait SetExtLinux: private::Sealed {
|
|||
/// This is useful for short-lived programs so that it doesn't block until new contents on the clipboard
|
||||
/// were added and will exit as so.
|
||||
///
|
||||
/// Note: this will call [`wait()`][SetExtLinux::wait].
|
||||
/// Note: this will call [`wait()`][SetExtLinux::wait] if it wasn't previously set.
|
||||
fn wait_until(self, deadline: Instant) -> Self;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue