Skip to content

Commit

Permalink
Fix ssi doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skeet70 committed Jan 16, 2025
1 parent 165203d commit 17983a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tx/write/ssi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ impl WriteTransaction {
/// partition.insert("a", "previous_value")?;
/// assert_eq!(b"previous_value", &*partition.get("a")?.unwrap());
///
/// let mut tx = keyspace.write_tx();
/// let mut tx = keyspace.write_tx()?;
/// tx.remove_weak(&partition, "a");
///
/// // Read-your-own-write
Expand Down

0 comments on commit 17983a8

Please sign in to comment.