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

docs: example requires example feature to run #2451

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

azzamsa
Copy link
Contributor

@azzamsa azzamsa commented Jul 3, 2024

Description

You will get this error without passing --features=examples.

🐡 ❯ cargo run --example client
error: target `client` in package `iroh` requires the features: `examples`
Consider enabling them by passing, e.g., `--features="examples"

Breaking Changes

No.

Notes & open questions

Change checklist

  • Self-review.
  • Documentation updates if relevant.
  • Tests if relevant.
  • All breaking changes documented.

Closes #2431

@azzamsa azzamsa force-pushed the patch-examples branch 3 times, most recently from 959e423 to a46378f Compare July 3, 2024 08:30
@azzamsa azzamsa marked this pull request as ready for review July 3, 2024 08:32
Copy link
Contributor

@flub flub left a comment

Choose a reason for hiding this comment

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

thanks!

(please use the checkboxes in the PR template, or strike them out if not applicable)

@flub flub enabled auto-merge July 3, 2024 08:39
@flub flub added this pull request to the merge queue Jul 3, 2024
Merged via the queue into n0-computer:main with commit 623dcc6 Jul 3, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Example feature need to be enabled to run examples
2 participants