missing punctuation
This commit is contained in:
parent
436e8d69bf
commit
f7d8b41814
1 changed files with 1 additions and 1 deletions
|
|
@ -1470,7 +1470,7 @@ representation. But certainly, this will vary depending on use cases.
|
|||
At a minimum, you should probably implement the
|
||||
[`Error`](../std/error/trait.Error.html)
|
||||
trait. This will give users of your library some minimum flexibility for
|
||||
[composing errors](#the-real-try-macro). Implementing the `Error` trait also
|
||||
[composing errors](#the-real-try!-macro). Implementing the `Error` trait also
|
||||
means that users are guaranteed the ability to obtain a string representation
|
||||
of an error (because it requires impls for both `fmt::Debug` and
|
||||
`fmt::Display`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue