From 62b8efd11d9acd204eee1985f28b63afc6a9e43d Mon Sep 17 00:00:00 2001 From: kennytm Date: Thu, 1 Jan 2015 20:33:11 +0800 Subject: [PATCH] Push documentation to rust-ci. --- .travis.yml | 7 +++++++ src/types.rs | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 22761ba..a8d32e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,8 @@ +env: + global: + - secure: US/OxJu6/FnoNPx+6zV4GlT+Dpfc34VOuJM73dKzBId686oNY9ibZhpzbJHvtEKbdO1GMy6eOgF43HN1V1tFX8vlcfVTvEjfMkcH6E1B9JTJrDylevC7hlCRL6gAXj+UkFOWtRjD0xGqgg/HYa2pUN9J2Kxg4JeCoBU63vGRJqY= + language: rust + +after_script: + - curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh diff --git a/src/types.rs b/src/types.rs index 5d4f8f1..1966c08 100644 --- a/src/types.rs +++ b/src/types.rs @@ -120,7 +120,7 @@ impl Version { } } - /// Check whether is version refers to a Micro QR code. + /// Checks whether is version refers to a Micro QR code. #[unstable] pub fn is_micro(&self) -> bool { match *self { @@ -130,6 +130,7 @@ impl Version { } } + //}}} //------------------------------------------------------------------------------ //{{{ Mode indicator