From e02349473c7249701462df931e07b1d445204090 Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Mon, 12 Aug 2019 20:53:24 +0200 Subject: [PATCH] Change docs.rs to docs --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b58b8b1..353ef14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,5 +16,5 @@ matrix: script: - cargo check --all --benches --bins --examples --tests - cargo test --all - - cargo doc --features docs.rs + - cargo doc --features docs - cargo fmt --all -- --check