Push documentation to rust-ci.

This commit is contained in:
kennytm 2015-01-01 20:33:11 +08:00
parent f33b82bce6
commit 62b8efd11d
2 changed files with 9 additions and 1 deletions

View file

@ -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

View file

@ -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