Skip to content

doc: document deleting tuple by non-existent key

Егор Ивков requested to merge e-ivkov/doc-fixes into master

Summary

  • doc: document deleting tuple by non-existent key

Previously behavior of delete operation in case of a missing tuple was not described in the method docs.

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • Version is bumped in the appropriate Cargo.toml files

Merge request reports