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

Unclear how to complete uprintln! example #38

Closed
acfoltzer opened this issue Mar 19, 2017 · 2 comments
Closed

Unclear how to complete uprintln! example #38

acfoltzer opened this issue Mar 19, 2017 · 2 comments

Comments

@acfoltzer
Copy link

The sample we're meant to complete for uprintln! has us implementing the Write trait, but we don't have the std crate available to bring std::fmt into scope. Am I missing something here?

@japaric
Copy link
Member

japaric commented Mar 19, 2017

Write is actually defined in core::fmt and then re-exported in std::fmt. I'll add a note about that.

@japaric
Copy link
Member

japaric commented Mar 19, 2017

Added a note.

@japaric japaric closed this as completed Mar 19, 2017
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

No branches or pull requests

2 participants