Skip to content

Update docs to use Signed from num_traits instead of pyo3_polars#72

Merged
MarcoGorelli merged 1 commit into
MarcoGorelli:mainfrom
chrisschopp:main
Oct 27, 2025
Merged

Update docs to use Signed from num_traits instead of pyo3_polars#72
MarcoGorelli merged 1 commit into
MarcoGorelli:mainfrom
chrisschopp:main

Conversation

@chrisschopp

Copy link
Copy Markdown
Contributor

In 2. How to do ABSolutely nothing, I was getting error:

error[E0433]: failed to resolve: could not find `export` in `polars_core`
 --> src\expressions.rs:2:39
  |
2 | use pyo3_polars::export::polars_core::export::num::Signed;
  |                                       ^^^^^^ could not find `export` in `polars_core`

Based on src/expressions.rs and Cargo.toml, I think Signed should be imported from num_traits.

@MarcoGorelli MarcoGorelli left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @chrisschopp !

@MarcoGorelli MarcoGorelli merged commit d9c3fce into MarcoGorelli:main Oct 27, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants