From 611eb5fb8fdc5d436ffc660b182b910e536f373a Mon Sep 17 00:00:00 2001 From: Alex Helfet Date: Fri, 22 Dec 2017 20:55:12 +0000 Subject: [PATCH] Remove documentation link to docs.rs (not needed). --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3feb03d..f8cbb6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,6 @@ categories = ["embedded", "encoding", "network-programming"] keywords = ["no_std", "networking", "datalink", "protocol", "embedded"] readme = "README.md" license = "MIT OR Apache-2.0" - -documentation = "https://docs.rs/framed" repository = "https://github.com/fluffysquirrels/framed-rs" [badges.travis-ci]