We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae84059 commit a7f97b7Copy full SHA for a7f97b7
README.md
@@ -12,9 +12,12 @@
12
[docs.rs]: https://docs.rs/into_ext/badge.svg
13
[unsafe forbidden]: https://img.shields.io/badge/unsafe-forbidden-success.svg
14
15
-Extension trait for the `Into` trait, offering a method `.into_::<T>()` to specify the target
+Extension trait for the [`Into`] trait, offering a method [`.into_::<T>()`] to specify the target
16
type of conversion.
17
18
+[`Into`]: https://doc.rust-lang.org/nightly/core/convert/trait.Into.html "Into"
19
+[`.into_::<T>()`]: https://docs.rs/into_ext/0.1/into_ext/trait.IntoExt.html#method.into_ "IntoExt::into_"
20
+
21
## License
22
Licensed under either of
23
0 commit comments