Fix type on docs
This commit is contained in:
parent
242965450a
commit
2bdbbbc1fb
|
|
@ -7,9 +7,9 @@
|
||||||
//! also supplies some constructors, such as [Error::new_unexpected()]
|
//! also supplies some constructors, such as [Error::new_unexpected()]
|
||||||
//! and [Error::new_unauthorized] that can be used directly.
|
//! and [Error::new_unauthorized] that can be used directly.
|
||||||
//!
|
//!
|
||||||
//! The intended use is that error types which have [FromError]
|
//! The intended use is that error types which have [From] defined
|
||||||
//! defined might sometimes be handled at a higher level. If an error
|
//! might sometimes be handled at a higher level. If an error should
|
||||||
//! should always be handled here then other modules should call the
|
//! always be handled here then other modules should call the
|
||||||
//! appropriate [Error] constructor directly.
|
//! appropriate [Error] constructor directly.
|
||||||
|
|
||||||
use {
|
use {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue