mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 04:58:42 +00:00
Update doc of binstall_v1::Records::insert
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
e6ee493771
commit
cef4dfee5c
1 changed files with 2 additions and 2 deletions
|
@ -172,8 +172,8 @@ impl Records {
|
|||
|
||||
/// Adds a value to the set.
|
||||
/// If the set did not have an equal element present, true is returned.
|
||||
///
|
||||
/// If the set did have an equal element present, false is returned, and the entry is not updated. See the module-level documentation for more.
|
||||
/// If the set did have an equal element present, false is returned,
|
||||
/// and the entry is not updated.
|
||||
pub fn insert(&mut self, value: MetaData) -> bool {
|
||||
self.data.insert(value)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue