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

Make arc optional #17

Closed

Conversation

stevefan1999-personal
Copy link

fixes #16

@@ -69,3 +72,4 @@ harness = false
name = "archery_shared_pointer_arc"
path = "benches/archery_shared_pointer_arc.rs"
harness = false
required-features = ["arc"]
Copy link
Owner

Choose a reason for hiding this comment

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

Missing new line in the EOF.

fatal-warnings = []
arc = []
Copy link
Owner

@orium orium Dec 11, 2022

Choose a reason for hiding this comment

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

I would rather have arc support by default. Can you make this feature a no_arc? (and also remove the required-features for the benchmarks)

@orium orium force-pushed the master branch 2 times, most recently from 06d44a2 to 98e23da Compare October 27, 2023 22:11
@orium
Copy link
Owner

orium commented Oct 27, 2023

Closed due to inactivity.

@orium orium closed this Oct 27, 2023
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.

Make Arc optional
2 participants