Merge pull request #19 from jbcrail/fix-missing-doc-warning

Fix warning about renamed missing doc attribute.
This commit is contained in:
Alex Crichton 2014-11-01 17:38:14 -05:00
commit 3ac6af6b2d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ use bigint::{BigInt, BigUint, Sign, Plus, Minus};
/// Represents the ratio between 2 numbers.
#[deriving(Clone, Hash)]
#[allow(missing_doc)]
#[allow(missing_docs)]
pub struct Ratio<T> {
numer: T,
denom: T