We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee87e5 commit 89872e3Copy full SHA for 89872e3
src/lib.rs
@@ -254,10 +254,10 @@
254
//! - See also the [`anyhow`] library for a convenient single error type to use
255
//! in application code.
256
//!
257
-//! [`anyhow`]: https://github.com/dtolnay/anyhow
258
-//! [`source()`]: std::error::Error::source
259
-//! [`provide()`]: std::error::Error::provide
260
-//! [`Display`]: std::fmt::Display
+//! [`anyhow`]: https://github.com/dtolnay/anyhow
+//! [`source()`]: std::error::Error::source
+//! [`provide()`]: std::error::Error::provide
+//! [`Display`]: std::fmt::Display
261
262
#![no_std]
263
#![doc(html_root_url = "https://docs.rs/thiserror/2.0.12")]
0 commit comments