Skip to content

Commit 89872e3

Browse files
committed
Unindent crate-level markdown links
1 parent aee87e5 commit 89872e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,10 @@
254254
//! - See also the [`anyhow`] library for a convenient single error type to use
255255
//! in application code.
256256
//!
257-
//! [`anyhow`]: https://github.com/dtolnay/anyhow
258-
//! [`source()`]: std::error::Error::source
259-
//! [`provide()`]: std::error::Error::provide
260-
//! [`Display`]: std::fmt::Display
257+
//! [`anyhow`]: https://github.com/dtolnay/anyhow
258+
//! [`source()`]: std::error::Error::source
259+
//! [`provide()`]: std::error::Error::provide
260+
//! [`Display`]: std::fmt::Display
261261
262262
#![no_std]
263263
#![doc(html_root_url = "https://docs.rs/thiserror/2.0.12")]

0 commit comments

Comments
 (0)