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

Fix cargo test --no-default-features #284

Merged
merged 2 commits into from Apr 11, 2024
Merged

Conversation

mgeisler
Copy link
Contributor

@mgeisler mgeisler commented Apr 9, 2024

The suggestion is not given when the suggestions Cargo feature is disabled.

The suggestion is not given when the `suggestions` Cargo feature is disabled.
tests/flatten.rs Outdated Show resolved Hide resolved
Oh, of course! I had the change locally and just transcribed it to the GitHub editor... but not 100% accurately :-D

Co-authored-by: Ted Driggs <ted.driggs@outlook.com>
@TedDriggs
Copy link
Owner

Now the one open question in my mind - why didn't CI catch this before? Don't need to block this PR for it, but do need to sort that out.

@TedDriggs TedDriggs merged commit 78f3d11 into TedDriggs:master Apr 11, 2024
12 checks passed
@mgeisler
Copy link
Contributor Author

Now the one open question in my mind - why didn't CI catch this before? Don't need to block this PR for it, but do need to sort that out.

I think it's because you're not running all tests with --no-default-features, only the ones in core/ if I read ci.yml correctly

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.

None yet

2 participants