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

Fix println section #13182

Merged
merged 1 commit into from Sep 7, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Fix println section

  • Loading branch information
paulrouget committed Sep 6, 2016
commit 32f6e965deab802957d5746b1467952503b394e8
@@ -174,7 +174,7 @@ You will want to add your own logs. Luckily, many structures [implement the `fmt
println!("foobar: {:?}", foobar)
```

usually just works. If it doesn't, maybe foobar's properties implement the right trait.
usually just works. If it doesn't, maybe some of foobar's properties don't implement the right trait.

### Debugger

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.