Push documentation to rust-ci.
This commit is contained in:
parent
f33b82bce6
commit
62b8efd11d
|
@ -1 +1,8 @@
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- secure: US/OxJu6/FnoNPx+6zV4GlT+Dpfc34VOuJM73dKzBId686oNY9ibZhpzbJHvtEKbdO1GMy6eOgF43HN1V1tFX8vlcfVTvEjfMkcH6E1B9JTJrDylevC7hlCRL6gAXj+UkFOWtRjD0xGqgg/HYa2pUN9J2Kxg4JeCoBU63vGRJqY=
|
||||||
|
|
||||||
language: rust
|
language: rust
|
||||||
|
|
||||||
|
after_script:
|
||||||
|
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
|
||||||
|
|
|
@ -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]
|
#[unstable]
|
||||||
pub fn is_micro(&self) -> bool {
|
pub fn is_micro(&self) -> bool {
|
||||||
match *self {
|
match *self {
|
||||||
|
@ -130,6 +130,7 @@ impl Version {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//}}}
|
//}}}
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
//{{{ Mode indicator
|
//{{{ Mode indicator
|
||||||
|
|
Loading…
Reference in a new issue