Skip to content

Commit ef89a67

Browse files
committed
Patch doc link references.
1 parent c3dfaa2 commit ef89a67

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lexical-core/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,11 @@
629629
//! [`lexical-write-float`], and [`lexical-write-integer`]) could cause those
630630
//! safety invariants to be broken.
631631
//!
632+
//! [`lexical-parse-float`]: https://crates.io/crates/lexical-parse-float
633+
//! [`lexical-parse-integer`]: https://crates.io/crates/lexical-parse-integer
634+
//! [`lexical-write-float`]: https://crates.io/crates/lexical-write-float
635+
//! [`lexical-write-integer`]: https://crates.io/crates/lexical-write-integer
636+
//!
632637
//! <!-- Spacer for Rustfmt -->
633638
#![cfg_attr(
634639
any(feature = "write-floats", feature = "write-integers"),

0 commit comments

Comments
 (0)