Skip to content

Commit 6b6bbbe

Browse files
committed
remove archaic docs link
1 parent fe2feb3 commit 6b6bbbe

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ authors = ["Steven Fackler <sfackler@gmail.com>"]
55
license = "MIT/Apache-2.0"
66
description = "An implementation of the stringprep algorithm"
77
repository = "https://github.com/sfackler/rust-stringprep"
8-
documentation = "https://docs.rs/stringprep/0.1.2/stringprep"
98
readme = "README.md"
109

1110
[dependencies]

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//! An implementation of the "stringprep" algorithm defined in [RFC 3454][].
22
//!
33
//! [RFC 3454]: https://tools.ietf.org/html/rfc3454
4-
#![doc(html_root_url = "https://docs.rs/stringprep/0.1.2")]
54
#![warn(missing_docs)]
65
extern crate finl_unicode;
76
extern crate unicode_bidi;

0 commit comments

Comments
 (0)