Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clippy error: unresolved import crate::array::layout #2659

Closed
wangfenjin opened this issue Sep 6, 2022 · 1 comment · Fixed by #2660
Closed

clippy error: unresolved import crate::array::layout #2659

wangfenjin opened this issue Sep 6, 2022 · 1 comment · Fixed by #2660
Labels
arrow Changes to the arrow crate bug

Comments

@wangfenjin
Copy link
Contributor

Version 22.0.0 will report clippy error: https://github.com/wangfenjin/duckdb-rs/runs/8198338828?check_suite_focus=true

Seems related to this commit: #1960

@wangfenjin wangfenjin added the bug label Sep 6, 2022
@viirya
Copy link
Member

viirya commented Sep 6, 2022

It is not due to #1960 which was merged since 18.0.0.

layout was only exported if the ipc feature is enabled since #2601. But it is also required by ffi feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants