Skip to content

Commit

Permalink
docs: add context to timeuuid v1 feature
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHe4rt committed Apr 23, 2024
1 parent 007c513 commit 21815d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/data-types/timeuuid.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cargo add uuid -F v1

and now you're gonna be able to use the `uuid::v1` features:

```rust,ignore
```rust
# extern crate uuid;
# extern crate scylla;
# use scylla::Session;
Expand Down

0 comments on commit 21815d4

Please sign in to comment.