Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Nov 20, 2024
1 parent decbff7 commit 9b84424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/struct.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
For this chapter, we need to start by activating the necessary feature - in `Cargo.toml`, please make this change:

```diff
-polars = { version = "0.43.1", default-features = false }
+polars = { version = "0.43.1", features=["dtype-struct"], default-features = false }
-polars = { version = "0.44.2", default-features = false }
+polars = { version = "0.44.2", features=["dtype-struct"], default-features = false }
```

---
Expand Down

0 comments on commit 9b84424

Please sign in to comment.