Fix warning about renamed missing doc attribute.
This commit is contained in:
parent
52e2afa304
commit
11901f7724
|
@ -22,7 +22,7 @@ use bigint::{BigInt, BigUint, Sign, Plus, Minus};
|
||||||
|
|
||||||
/// Represents the ratio between 2 numbers.
|
/// Represents the ratio between 2 numbers.
|
||||||
#[deriving(Clone, Hash)]
|
#[deriving(Clone, Hash)]
|
||||||
#[allow(missing_doc)]
|
#[allow(missing_docs)]
|
||||||
pub struct Ratio<T> {
|
pub struct Ratio<T> {
|
||||||
numer: T,
|
numer: T,
|
||||||
denom: T
|
denom: T
|
||||||
|
|
Loading…
Reference in New Issue