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

Doc: specify package to build Rust API #7212

Merged
merged 1 commit into from
Dec 26, 2024
Merged

Conversation

task-jp
Copy link
Contributor

@task-jp task-jp commented Dec 24, 2024

When cargo doc generates multiple docs, it reports the last one(carousel) and --open opens it.

Generated .../target/doc/carousel/index.html and 26 other files

Specifing the package solves the issue and improves developer experience.

When `cargo doc` generates multiple docs, it reports the last one(carousel) and --open opens it.
```
Generated .../target/doc/carousel/index.html and 26 other files
```

Specifing the package solves the issue and improves developer experience.
Copy link
Member

@ogoffart ogoffart left a comment

Choose a reason for hiding this comment

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

Thanks!

(note that this can also be done with other package like slint-intepreter.)

@ogoffart ogoffart merged commit 31c5d94 into slint-ui:master Dec 26, 2024
37 checks passed
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.

2 participants