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

Remove restrictions #51

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

fraillt
Copy link

@fraillt fraillt commented Dec 17, 2021

It wasn't possible to write tests for objects that is not Send + Sync before, this PR solves this problem..

  • Removed rayon crate (which require Send + Sync) to be able to remove unnecessary restrictions on environment.
  • Send, Sync, Debug - removed from environment, as this library only needs to be able to clone environment, nothing else matters to it.
  • Also updated to 2018 edition, which affected the way imports are used. This step is required to implement async functionality in the future.

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.

1 participant