From 11025d3b1aaf7bf876b792d9b2a87ecd3915f3a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Tue, 10 Dec 2019 09:28:26 +0100 Subject: [PATCH] Remove documentation URL that is already default --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a94513..5257e33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,6 @@ license = "Apache-2.0" repository = "https://github.com/achanda/ipnetwork" keywords = ["network", "ip", "address"] readme = "README.md" -documentation = "https://docs.rs/ipnetwork/" categories = ["network-programming", "os"] edition = "2018"