File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717//! the return type of any fallible function.
1818//!
1919//! Within the function, use `?` to easily propagate any error that implements
20- //! the `std::error::Error` trait.
20+ //! the [ `std::error::Error`] trait.
2121//!
2222//! ```
2323//! # pub trait Deserialize {}
192192//!
193193//! # No-std support
194194//!
195- //! In no_std mode, the same API is almost all available and works the same way.
196- //! To depend on Anyhow in no_std mode, disable our default enabled "std"
195+ //! In no_std mode, almost all of the same API is available and works the same
196+ //! way. To depend on Anyhow in no_std mode, disable our default enabled "std"
197197//! feature in Cargo.toml. A global allocator is required.
198198//!
199199//! ```toml
You can’t perform that action at this time.
0 commit comments